Skip to content

Commit 04e12a4

Browse files
committed
Infrastructure: Use latest Language Library
And, consequently, latest NetLogo version
1 parent 2160135 commit 04e12a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -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" % "3.0.1"
26+
"org.nlogo.languagelibrary" %% "language-library" % "3.0.2"
2727
)

0 commit comments

Comments
 (0)