Skip to content
This repository was archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Upgrade NetLogo dependency and create release
Browse files Browse the repository at this point in the history
  • Loading branch information
daveol committed Oct 12, 2018
1 parent ced8621 commit f518075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolvers += "DSOL Public Repository" at "http://simulation.tudelft.nl/maven"
resolvers += "djunits Public Repository" at "http://djunits.org/maven"
resolvers += "Artima Maven Repository" at "http://repo.artima.com/releases"

libraryDependencies += "org.nlogo" % "netlogo" % "6.0.3"
libraryDependencies += "org.nlogo" % "netlogo" % "6.0.4"
libraryDependencies += "org.sim0mq" % "sim0mq" % "0.05.00"

libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % "test"
Expand Down

0 comments on commit f518075

Please # to comment.