We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada047f commit 46ede3aCopy full SHA for 46ede3a
build.sbt
@@ -10,7 +10,7 @@ Compile / scalaSource := baseDirectory.value / "src"
10
resolvers += "netlogo" at "https://dl.cloudsmith.io/public/netlogo/netlogo/maven/"
11
12
libraryDependencies ++= Seq(
13
- "org.nlogo" % "netlogo" % "7.0.0-beta1"
+ "org.nlogo" % "netlogo" % "7.0.0-beta1-7871d79"
14
, "org.json4s" %% "json4s-jackson" % "4.0.7"
15
// not used by this library, but needed for NetLogo
16
, "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