Skip to content

Commit f8e1958

Browse files
committed
Update prims-json version number
1 parent 02cc931 commit f8e1958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/org/nlogo/build/NetLogoExtension.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ object NetLogoExtension extends AutoPlugin {
291291
, "org.jogamp.gluegen" % "gluegen-rt" % "2.4.0" from cclArtifacts("gluegen-rt-2.4.0.jar")
292292
// for some reason, getExtensionDependencies gets confused if this dependency is specified with %%,
293293
// so the cross-version suffix _3 needs to be added manually. (Isaac B 12/9/25)
294-
, "org.nlogo" % "netlogo-prims-json_3" % "1.0.0"
294+
, "org.nlogo" % "netlogo-prims-json_3" % "0.1.0"
295295
),
296296

297297
netLogoDependencies := netLogoJar.value.map { path =>

0 commit comments

Comments
 (0)