We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 407c6f0 + 46e84a8 commit f6ad8eaCopy full SHA for f6ad8ea
1 file changed
build.savant
@@ -39,8 +39,8 @@ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.56.0
39
}
40
41
// Plugins
42
-file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0-RC.7")
43
-release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0-RC.6")
+file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0")
+release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0")
44
45
target(name: "clean", description: "Cleans build directory") {
46
file.prune(dir: 'pkg')
0 commit comments