Skip to content

Commit

Permalink
Infrastructure: Bump language lib for output fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LaCuneta committed Jul 24, 2023
1 parent 96fdaf4 commit f0393f4
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 @@ -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.2.2"
"org.nlogo.languagelibrary" %% "language-library" % "2.4.0"
)

0 comments on commit f0393f4

Please sign in to comment.