Skip to content

Commit

Permalink
Infrastructure: Libary path fix and version to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LaCuneta committed May 30, 2023
1 parent 9467a17 commit 96fdaf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.nlogo.build.{ NetLogoExtension, ExtensionDocumentationPlugin }

enablePlugins(NetLogoExtension, ExtensionDocumentationPlugin)

version := "0.5.3"
version := "0.5.4"
isSnapshot := true

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

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

0 comments on commit 96fdaf4

Please sign in to comment.