Skip to content

Commit aace1c7

Browse files
committed
Infrastructure: Bump NetLogo API to 6.1 and version
1 parent 7c69513 commit aace1c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ javaSource in Compile := baseDirectory.value / "src"
44

55
name := "array"
66

7-
version := "1.1.0"
7+
version := "1.1.1"
88

99
netLogoClassManager := "org.nlogo.extensions.array.ArrayExtension"
1010

@@ -14,4 +14,4 @@ netLogoTarget :=
1414
javacOptions ++= Seq("-g", "-deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path",
1515
"-encoding", "us-ascii")
1616

17-
netLogoVersion := "6.0.4-9328ba6"
17+
netLogoVersion := "6.1.0-RC1"

0 commit comments

Comments
 (0)