Skip to content

Commit 96fdaf4

Browse files
committed
Infrastructure: Libary path fix and version to 0.5.4
1 parent 9467a17 commit 96fdaf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.nlogo.build.{ NetLogoExtension, ExtensionDocumentationPlugin }
22

33
enablePlugins(NetLogoExtension, ExtensionDocumentationPlugin)
44

5-
version := "0.5.3"
5+
version := "0.5.4"
66
isSnapshot := true
77

88
scalaVersion := "2.12.12"
@@ -23,5 +23,5 @@ Compile / packageBin / artifactPath := {
2323

2424
resolvers += "netlogo-language-library" at "https://dl.cloudsmith.io/public/netlogo/language-library/maven"
2525
libraryDependencies ++= Seq(
26-
"org.nlogo.languagelibrary" %% "language-library" % "2.0.0"
26+
"org.nlogo.languagelibrary" %% "language-library" % "2.2.2"
2727
)

0 commit comments

Comments
 (0)