Skip to content

Commit a44a434

Browse files
committed
Add missing dependency resolver
1 parent 57e52f0 commit a44a434

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ netLogoVersion := "7.0.0-424b50b"
1515
netLogoClassManager := "org.myworldgis.netlogo.GISExtension"
1616
netLogoTestExtras += (baseDirectory.value / "examples")
1717

18+
resolvers += "jitpack" at "https://jitpack.io"
19+
1820
libraryDependencies ++= Seq(
1921
"org.locationtech.jts" % "jts-core" % "1.19.0",
2022
"commons-httpclient" % "commons-httpclient" % "3.1",

0 commit comments

Comments
 (0)