We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d151a commit 287ee94Copy full SHA for 287ee94
3 files changed
.gitignore
@@ -4,3 +4,4 @@ bitmap.jar.pack.gz
4
bitmap.zip
5
/project/project
6
target/
7
+.bundledFiles
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.9
+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"))(
Resolver.ivyStylePatterns)
-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