Skip to content

Commit 7040f4a

Browse files
committed
Infrastructure: NetLogo and sbt bumps for release
1 parent 33df70b commit 7040f4a

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
enablePlugins(org.nlogo.build.NetLogoExtension, org.nlogo.build.ExtensionDocumentationPlugin)
22

3-
scalaVersion := "2.12.8"
4-
53
name := "bitmap"
64

75
version := "1.1.1"
@@ -16,4 +14,4 @@ javaSource in Compile := baseDirectory.value / "src"
1614
javacOptions ++= Seq("-g", "-deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path",
1715
"-encoding", "us-ascii")
1816

19-
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)