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 c394596 commit 6ca1d7fCopy full SHA for 6ca1d7f
build.sbt
@@ -14,3 +14,5 @@ scalacOptions ++= Seq("-deprecation", "-unchecked", "-Xfatal-warnings", "
14
netLogoClassManager := "org.nlogo.extensions.samplescala.SampleScalaExtension"
15
netLogoVersion := "7.0.0-424b50b"
16
netLogoZipExtras ++= Seq(baseDirectory.value / "README.md", baseDirectory.value / "example-models")
17
+
18
+resolvers += "jitpack" at "https://jitpack.io"
0 commit comments