Skip to content

Commit b76ce6e

Browse files
committed
Use version of NetLogo that doesn't require JitPack
1 parent 575e594 commit b76ce6e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.sbt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lazy val rScriptFiles = settingKey[Seq[File]]("list of R scripts to include in
1414
rScriptFiles := Seq(baseDirectory.value / "src" / "rext.R", baseDirectory.value / "src" / "rlibs.R")
1515

1616
// This version number gets ignored. The NL version comes from the Language Library. --Jason B. (8/28/25)
17-
netLogoVersion := "7.0.0-424b50b"
17+
netLogoVersion := "7.0.0-2486d1e"
1818
netLogoPackageExtras ++= rScriptFiles.value.map( (f) => (f, None) )
1919
netLogoZipExtras ++= Seq(baseDirectory.value / "demos", baseDirectory.value / "README.md")
2020

@@ -41,10 +41,9 @@ Compile / packageBin / artifactPath := {
4141
)
4242

4343
resolvers ++= Seq(
44-
"netlogo-language-library" at "https://dl.cloudsmith.io/public/netlogo/language-library/maven",
45-
"jitpack" at "https://jitpack.io"
44+
"netlogo-language-library" at "https://dl.cloudsmith.io/public/netlogo/language-library/maven"
4645
)
4746

4847
libraryDependencies ++= Seq(
49-
"org.nlogo.languagelibrary" %% "language-library" % "3.3.2"
48+
"org.nlogo.languagelibrary" %% "language-library" % "3.3.3-cfbf09b"
5049
)

0 commit comments

Comments
 (0)