We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9467a17 commit 96fdaf4Copy full SHA for 96fdaf4
1 file changed
build.sbt
@@ -2,7 +2,7 @@ import org.nlogo.build.{ NetLogoExtension, ExtensionDocumentationPlugin }
2
3
enablePlugins(NetLogoExtension, ExtensionDocumentationPlugin)
4
5
-version := "0.5.3"
+version := "0.5.4"
6
isSnapshot := true
7
8
scalaVersion := "2.12.12"
@@ -23,5 +23,5 @@ Compile / packageBin / artifactPath := {
23
24
resolvers += "netlogo-language-library" at "https://dl.cloudsmith.io/public/netlogo/language-library/maven"
25
libraryDependencies ++= Seq(
26
- "org.nlogo.languagelibrary" %% "language-library" % "2.0.0"
+ "org.nlogo.languagelibrary" %% "language-library" % "2.2.2"
27
)
0 commit comments