Skip to content

Commit 45e65c1

Browse files
committed
Infrastructure: Bump version and use latest NetLogo artifact
1 parent eab084e commit 45e65c1

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
@@ -5,12 +5,12 @@ enablePlugins(NetLogoExtension, ExtensionDocumentationPlugin)
55
scalaVersion := "3.7.0"
66

77
name := "LevelSpace"
8-
version := "2.4.4"
8+
version := "2.4.5"
99
isSnapshot := true
1010

1111
netLogoExtName := "ls"
1212
netLogoClassManager := "org.nlogo.ls.LevelSpace"
13-
netLogoVersion := "7.0.3-823cd07"
13+
netLogoVersion := "7.1.0-internal1-0194cd8"
1414
netLogoTestExtras += (baseDirectory.value / "test")
1515

1616
Compile / scalaSource := baseDirectory.value / "src" / "main"

0 commit comments

Comments
 (0)