From e8bc749ae42036d05ca1687393f573a39bb5c484 Mon Sep 17 00:00:00 2001 From: Igor Nikolic <31417557+igornikolic@users.noreply.github.com> Date: Tue, 21 May 2019 16:16:43 +0000 Subject: [PATCH] Update build.sbt Changing the dependency to NetLogo 6.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 094f401..f4460bf 100644 --- a/build.sbt +++ b/build.sbt @@ -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.4" +libraryDependencies += "org.nlogo" % "netlogo" % "6.1.0" libraryDependencies += "org.sim0mq" % "sim0mq" % "0.05.00" libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % "test"