We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e52f0 commit a44a434Copy full SHA for a44a434
1 file changed
build.sbt
@@ -15,6 +15,8 @@ netLogoVersion := "7.0.0-424b50b"
15
netLogoClassManager := "org.myworldgis.netlogo.GISExtension"
16
netLogoTestExtras += (baseDirectory.value / "examples")
17
18
+resolvers += "jitpack" at "https://jitpack.io"
19
+
20
libraryDependencies ++= Seq(
21
"org.locationtech.jts" % "jts-core" % "1.19.0",
22
"commons-httpclient" % "commons-httpclient" % "3.1",
0 commit comments