We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa369af commit aca3bdaCopy full SHA for aca3bda
build.sbt
@@ -5,7 +5,7 @@ enablePlugins(NetLogoExtension, ExtensionDocumentationPlugin)
5
version := "0.5.5"
6
isSnapshot := true
7
8
-scalaVersion := "2.12.12"
+scalaVersion := "2.13.16"
9
Test / scalaSource := baseDirectory.value / "src" / "test"
10
Compile / scalaSource := baseDirectory.value / "src" / "main"
11
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings", "-Xlint", "-release", "11")
0 commit comments