Skip to content

Commit e33be94

Browse files
committed
Initial conversion
1 parent a09b89b commit e33be94

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ version := "1.2.1"
77
isSnapshot := true
88

99
Compile / javaSource := baseDirectory.value / "src"
10-
javacOptions ++= Seq("-g", "-Xlint:deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path",
11-
"-encoding", "us-ascii", "--release", "11")
12-
netLogoVersion := "7.0.0-internal1-df97144"
10+
javacOptions ++= Seq("-g", "-encoding", "us-ascii", "--release", "11")
11+
netLogoVersion := "7.0.0-beta1"
1312
netLogoClassManager := "org.nlogo.extensions.profiler.ProfilerExtension"

0 commit comments

Comments
 (0)