Skip to content

Commit

Permalink
Compile against NetLogo 6.0.4
Browse files Browse the repository at this point in the history
Should solve #144 (comment)
  • Loading branch information
nicolaspayette committed Oct 29, 2018
1 parent 77e9c5a commit f1a06aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ artifactName in Test := { (_, _, artifact: Artifact) => artifact.name + "-test."
resolvers += Resolver.bintrayRepo("netlogo", "NetLogo-JVM")

libraryDependencies ++= Seq(
"org.nlogo" % "netlogo" % "6.0.2" intransitive
"org.nlogo" % "netlogo" % "6.0.4" intransitive
)

site.settings
Expand Down
2 changes: 1 addition & 1 deletion xw/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ netLogoZipSources := false
netLogoTarget :=
org.nlogo.build.NetLogoExtension.directoryTarget(baseDirectory.value)

netLogoVersion := "6.0.2"
netLogoVersion := "6.0.4"

libraryDependencies ++= Seq(
"org.ow2.asm" % "asm-all" % "5.0.4" % "test",
Expand Down

0 comments on commit f1a06aa

Please sign in to comment.