We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c56b65 commit e0d6b89Copy full SHA for e0d6b89
build.sbt
@@ -8,7 +8,7 @@ isSnapshot := true
8
scalaVersion := "2.13.16"
9
Test / scalaSource := baseDirectory.value / "src" / "test"
10
Compile / scalaSource := baseDirectory.value / "src" / "main"
11
-scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-quickfix:any", "-Xfatal-warnings", "-Xlint", "-release", "11")
+scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings", "-Xlint", "-release", "11")
12
13
netLogoVersion := "7.0.0-internal1"
14
netLogoClassManager := "org.nlogo.extensions.py.PythonExtension"
0 commit comments