Skip to content

Commit 475e2dc

Browse files
committed
build updates, and IML
1 parent 4ef2af3 commit 475e2dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.savant

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019-2022, FusionAuth, All Rights Reserved
2+
* Copyright (c) 2019-2023, FusionAuth, All Rights Reserved
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -37,9 +37,9 @@ project(group: "io.fusionauth", name: "fusionauth-typescript-client", version: "
3737
}
3838

3939
// Plugins
40-
file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0-RC.4")
41-
idea = loadPlugin(id: "org.savantbuild.plugin:idea:2.0.0-RC.4")
42-
release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0-RC.4")
40+
file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0-RC.6")
41+
idea = loadPlugin(id: "org.savantbuild.plugin:idea:2.0.0-RC.7")
42+
release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0-RC.6")
4343

4444
target(name: "init", description: "Initializes the project") {
4545
def proc = 'npm ci'.execute()

0 commit comments

Comments
 (0)