Skip to content

Commit 714cf3f

Browse files
committed
Bumped Scala and NetLogo versions
1 parent fe488f4 commit 714cf3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ name := "array"
77
version := "1.1.1"
88
isSnapshot := true
99

10-
scalaVersion := "2.12.12"
10+
scalaVersion := "2.13.16"
1111
Test / scalaSource := baseDirectory.value / "src" / "test"
1212

1313
Compile / javaSource := baseDirectory.value / "src" / "main"
1414
javacOptions ++= Seq("-g", "-deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path", "-encoding", "us-ascii", "--release", "11")
1515

1616
netLogoClassManager := "org.nlogo.extensions.array.ArrayExtension"
17-
netLogoVersion := "6.3.0"
17+
netLogoVersion := "7.0.0-internal1"

0 commit comments

Comments
 (0)