File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ lazy val rScriptFiles = settingKey[Seq[File]]("list of R scripts to include in
1414rScriptFiles := 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 "
1818netLogoPackageExtras ++= rScriptFiles.value.map( (f) => (f, None ) )
1919netLogoZipExtras ++= Seq (baseDirectory.value / " demos" , baseDirectory.value / " README.md" )
2020
@@ -41,10 +41,9 @@ Compile / packageBin / artifactPath := {
4141)
4242
4343resolvers ++= 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
4847libraryDependencies ++= Seq (
49- " org.nlogo.languagelibrary" %% " language-library" % " 3.3.2 "
48+ " org.nlogo.languagelibrary" %% " language-library" % " 3.3.3-cfbf09b "
5049)
You can’t perform that action at this time.
0 commit comments