Skip to content

Commit 33df70b

Browse files
committed
Infrastructure: Bump NetLogo API to 6.1 and version
1 parent a2468ea commit 33df70b

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 @@ scalaVersion := "2.12.8"
44

55
name := "bitmap"
66

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

99
netLogoClassManager := "org.nlogo.extensions.bitmap.BitmapExtension"
1010

@@ -16,4 +16,4 @@ javaSource in Compile := baseDirectory.value / "src"
1616
javacOptions ++= Seq("-g", "-deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path",
1717
"-encoding", "us-ascii")
1818

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

0 commit comments

Comments
 (0)