Skip to content

Commit 5e598e0

Browse files
committed
Use version of NetLogo that doesn't require JitPack
1 parent 99d6482 commit 5e598e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ isSnapshot := true
1010

1111
netLogoExtName := "ls"
1212
netLogoClassManager := "org.nlogo.ls.LevelSpace"
13-
netLogoVersion := "7.0.0-424b50b"
13+
netLogoVersion := "7.0.0-2486d1e"
1414
netLogoTestExtras += (baseDirectory.value / "test")
1515

1616
Compile / scalaSource := baseDirectory.value / "src" / "main"
1717
Test / scalaSource := baseDirectory.value / "src" / "test"
1818
scalacOptions ++= Seq("-deprecation", "-unchecked", "-Xfatal-warnings", "-encoding", "us-ascii", "-feature", "-release", "11", "-Wunused:linted")
1919

20-
resolvers += "jitpack" at "https://jitpack.io"
21-
2220
libraryDependencies ++= Seq(
2321
"com.google.guava" % "guava" % "18.0",
2422
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0"

0 commit comments

Comments
 (0)