Skip to content

Commit 46ede3a

Browse files
committed
Infrastructure: Use Scala 3.7 version of NL
1 parent ada047f commit 46ede3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Compile / scalaSource := baseDirectory.value / "src"
1010
resolvers += "netlogo" at "https://dl.cloudsmith.io/public/netlogo/netlogo/maven/"
1111

1212
libraryDependencies ++= Seq(
13-
"org.nlogo" % "netlogo" % "7.0.0-beta1"
13+
"org.nlogo" % "netlogo" % "7.0.0-beta1-7871d79"
1414
, "org.json4s" %% "json4s-jackson" % "4.0.7"
1515
// not used by this library, but needed for NetLogo
1616
, "org.jogamp.jogl" % "jogl-all" % "2.4.0" from "https://jogamp.org/deployment/archive/rc/v2.4.0/jar/jogl-all.jar"

0 commit comments

Comments
 (0)