Skip to content

Commit aca3bda

Browse files
committed
Initial draft conversion
1 parent fa369af commit aca3bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ enablePlugins(NetLogoExtension, ExtensionDocumentationPlugin)
55
version := "0.5.5"
66
isSnapshot := true
77

8-
scalaVersion := "2.12.12"
8+
scalaVersion := "2.13.16"
99
Test / scalaSource := baseDirectory.value / "src" / "test"
1010
Compile / scalaSource := baseDirectory.value / "src" / "main"
1111
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings", "-Xlint", "-release", "11")

0 commit comments

Comments
 (0)