Skip to content

Commit 287ee94

Browse files
Update to sbt 1.x
1 parent e5d151a commit 287ee94

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ bitmap.jar.pack.gz
44
bitmap.zip
55
/project/project
66
target/
7+
.bundledFiles

project/build.properties

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

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ resolvers += Resolver.url(
33
url("http://dl.bintray.com/content/netlogo/NetLogo-JVM"))(
44
Resolver.ivyStylePatterns)
55

6-
addSbtPlugin("org.nlogo" % "netlogo-extension-plugin" % "3.0")
7-
addSbtPlugin("org.nlogo" % "netlogo-extension-documentation" % "0.7.0")
6+
addSbtPlugin("org.nlogo" % "netlogo-extension-plugin" % "3.2")
7+
addSbtPlugin("org.nlogo" % "netlogo-extension-documentation" % "0.8.0")

0 commit comments

Comments
 (0)