Skip to content

Commit e14bbdb

Browse files
committed
Initial conversion
1 parent 772c874 commit e14bbdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ name := "array"
77
version := "1.1.1"
88
isSnapshot := true
99

10-
scalaVersion := "2.13.16"
10+
scalaVersion := "3.7.0"
1111
Test / scalaSource := baseDirectory.value / "src" / "test"
1212

1313
Compile / javaSource := baseDirectory.value / "src" / "main"
14-
javacOptions ++= Seq("-g", "-deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path", "-encoding", "us-ascii", "--release", "11")
14+
javacOptions ++= Seq("-g", "-deprecation", "-encoding", "us-ascii", "--release", "11")
1515

1616
netLogoClassManager := "org.nlogo.extensions.array.ArrayExtension"
17-
netLogoVersion := "7.0.0-internal1-df97144"
17+
netLogoVersion := "7.0.0-beta1"

0 commit comments

Comments
 (0)