Skip to content

Commit 6f38888

Browse files
committed
Bumped Scala and NetLogo versions
1 parent e67616e commit 6f38888

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
@@ -7,9 +7,9 @@ isSnapshot := true
77
Compile / javaSource := baseDirectory.value / "src" / "main"
88
javacOptions ++= Seq("-g", "-deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path", "-encoding", "us-ascii", "--release", "11")
99

10-
scalaVersion := "2.12.12"
10+
scalaVersion := "2.13.16"
1111
Test / scalaSource := baseDirectory.value / "src" / "test"
1212
scalacOptions ++= Seq("-deprecation", "-unchecked", "-Xfatal-warnings", "-feature", "-encoding", "us-ascii", "-release", "11")
1313

14-
netLogoVersion := "6.3.0"
14+
netLogoVersion := "7.0.0-internal1"
1515
netLogoClassManager := "SampleExtension"

0 commit comments

Comments
 (0)