Skip to content

Commit aafcaa5

Browse files
committed
Infrastructure: NetLogo and sbt bumps for release
1 parent aace1c7 commit aafcaa5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ netLogoTarget :=
1414
javacOptions ++= Seq("-g", "-deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path",
1515
"-encoding", "us-ascii")
1616

17-
netLogoVersion := "6.1.0-RC1"
17+
netLogoVersion := "6.1.1-c82c397"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.2.8
1+
sbt.version=1.3.13

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resolvers += Resolver.url(
22
"NetLogo-JVM",
3-
url("http://dl.bintray.com/content/netlogo/NetLogo-JVM"))(
3+
url("https://dl.bintray.com/content/netlogo/NetLogo-JVM"))(
44
Resolver.ivyStylePatterns)
55

66
addSbtPlugin("org.nlogo" % "netlogo-extension-plugin" % "3.2")

0 commit comments

Comments
 (0)