Skip to content

Commit df75f3a

Browse files
committed
Update savant plugins
1 parent c1bf12e commit df75f3a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.savant

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ project(group: "io.fusionauth", name: "fusionauth-java-client", version: "1.50.1
5858
}
5959

6060
// Plugins
61-
dependency = loadPlugin(id: "org.savantbuild.plugin:dependency:2.0.0-RC.6")
61+
dependency = loadPlugin(id: "org.savantbuild.plugin:dependency:2.0.0-RC.7")
6262
java = loadPlugin(id: "org.savantbuild.plugin:java:2.0.0-RC.6")
6363
javaTestNG = loadPlugin(id: "org.savantbuild.plugin:java-testng:2.0.0-RC.6")
64-
file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0-RC.6")
64+
file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0-RC.7")
6565
idea = loadPlugin(id: "org.savantbuild.plugin:idea:2.0.0-RC.7")
6666
pom = loadPlugin(id: "org.savantbuild.plugin:pom:2.0.0-RC.6")
6767
release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0-RC.6")

fusionauth-java-client.iml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</CLASSES>
7070
<JAVADOC />
7171
<SOURCES>
72-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.15.4/jackson-databind-2.15.4-sources.jar!/" />
72+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.15.4/jackson-databind-2.15.4-src.jar!/" />
7373
</SOURCES>
7474
</library>
7575
</orderEntry>
@@ -80,7 +80,7 @@
8080
</CLASSES>
8181
<JAVADOC />
8282
<SOURCES>
83-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.15.4/jackson-annotations-2.15.4-sources.jar!/" />
83+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.15.4/jackson-annotations-2.15.4-src.jar!/" />
8484
</SOURCES>
8585
</library>
8686
</orderEntry>
@@ -91,7 +91,7 @@
9191
</CLASSES>
9292
<JAVADOC />
9393
<SOURCES>
94-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.15.4/jackson-core-2.15.4-sources.jar!/" />
94+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.15.4/jackson-core-2.15.4-src.jar!/" />
9595
</SOURCES>
9696
</library>
9797
</orderEntry>

0 commit comments

Comments
 (0)