Skip to content

Commit 8aaa76f

Browse files
Update to sbt 1.x
1 parent c6b9927 commit 8aaa76f

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
@@ -6,3 +6,4 @@
66
/target
77
/project/target
88
/project/project
9+
.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.13
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)