Skip to content

Commit 8af8385

Browse files
committed
Bumped Scala and NetLogo versions
1 parent 247c3ed commit 8af8385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ name := "arduino"
66
version := "3.0.1"
77
isSnapshot := true
88

9-
scalaVersion := "2.12.12"
9+
scalaVersion := "2.13.16"
1010
scalacOptions ++= Seq("-deprecation", "-unchecked", "-Xlint", "-Xfatal-warnings", "-encoding", "us-ascii", "-release", "11")
1111

1212
javacOptions ++= Seq("-g", "-deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path", "-encoding", "us-ascii", "--release", "11")
1313

14-
netLogoVersion := "6.3.0"
14+
netLogoVersion := "7.0.0-internal1"
1515
netLogoClassManager := "arduino.ArduinoExtension"
1616
netLogoPackageExtras += (baseDirectory.value / "lib" / "jssc-2.6.0.jar" -> None)

0 commit comments

Comments
 (0)