build.savant in fusionauth_client-1.32.1 vs build.savant in fusionauth_client-1.33.0

- old
+ new

@@ -14,11 +14,11 @@ * language governing permissions and limitations under the License. */ savantVersion = "1.0.0" pubVersion = "" -project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.32.1", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.33.0", licenses: ["ApacheV2_0"]) { workflow { fetch { cache() url(url: "https://repository.savantbuild.org") } @@ -38,10 +38,10 @@ } } } // Plugins -file = loadPlugin(id: "org.savantbuild.plugin:file:${savantVersion}") +file = loadPlugin(id: "org.savantbuild.plugin:file:1.0.2") release = loadPlugin(id: "org.savantbuild.plugin:release-git:${savantVersion}") target(name: "clean", description: "Cleans build directory") { file.prune(dir: 'pkg') }