We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b9927 commit 8aaa76fCopy full SHA for 8aaa76f
3 files changed
.gitignore
@@ -6,3 +6,4 @@
6
/target
7
/project/target
8
/project/project
9
+.bundledFiles
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.13
+sbt.version=1.0.4
project/plugins.sbt
@@ -3,5 +3,5 @@ resolvers += Resolver.url(
3
url("http://dl.bintray.com/content/netlogo/NetLogo-JVM"))(
4
Resolver.ivyStylePatterns)
5
-addSbtPlugin("org.nlogo" % "netlogo-extension-plugin" % "3.0")
-addSbtPlugin("org.nlogo" % "netlogo-extension-documentation" % "0.7.0")
+addSbtPlugin("org.nlogo" % "netlogo-extension-plugin" % "3.2")
+addSbtPlugin("org.nlogo" % "netlogo-extension-documentation" % "0.8.0")
0 commit comments