Skip to content

Commit

Permalink
Update savant plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed May 27, 2024
1 parent e2bb4e7 commit 50ff75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ project(group: "io.fusionauth", name: "fusionauth-python-client", version: "1.50

// Plugins
release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0-RC.6")
dependency = loadPlugin(id: "org.savantbuild.plugin:dependency:2.0.0-RC.6")
dependency = loadPlugin(id: "org.savantbuild.plugin:dependency:2.0.0-RC.7")
idea = loadPlugin(id: "org.savantbuild.plugin:idea:2.0.0-RC.7")
file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0-RC.6")
file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0-RC.7")

target(name: "clean", description: "Cleans the build directory") {
file.prune(dir: "build/zips")
Expand Down

0 comments on commit 50ff75e

Please sign in to comment.