Skip to content

Commit 3e78acb

Browse files
committed
Bumped Scala and NetLogo versions
1 parent 016b7ec commit 3e78acb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ name := "bitmap"
66
version := "1.2.1"
77
isSnapshot := true
88

9+
scalaVersion := "2.13.16"
10+
911
Compile / javaSource := baseDirectory.value / "src" / "main"
1012
javacOptions ++= Seq("-g", "-deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path", "-encoding", "us-ascii", "--release", "11")
1113

1214
Test / scalaSource := baseDirectory.value / "src" / "test"
13-
Test / scalaVersion := "2.12.17"
1415

15-
netLogoVersion := "6.3.0"
16+
netLogoVersion := "7.0.0-internal1"
1617
netLogoClassManager := "org.nlogo.extensions.bitmap.BitmapExtension"
1718
netLogoTestExtras += baseDirectory.value / "test-images"

0 commit comments

Comments
 (0)