Skip to content

Commit e0d6b89

Browse files
committed
Removed quickfix from build.sbt
1 parent 7c56b65 commit e0d6b89

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
@@ -8,7 +8,7 @@ isSnapshot := true
88
scalaVersion := "2.13.16"
99
Test / scalaSource := baseDirectory.value / "src" / "test"
1010
Compile / scalaSource := baseDirectory.value / "src" / "main"
11-
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-quickfix:any", "-Xfatal-warnings", "-Xlint", "-release", "11")
11+
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings", "-Xlint", "-release", "11")
1212

1313
netLogoVersion := "7.0.0-internal1"
1414
netLogoClassManager := "org.nlogo.extensions.py.PythonExtension"

0 commit comments

Comments
 (0)