Skip to content

Commit ee4d122

Browse files
committed
Infrastructure: Bump NetLogo version to 7.0.4
1 parent 712767e commit ee4d122

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.bsp/
2+
13
.bundledFiles
24
target/
35
/extensions/

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ isSnapshot := true
88

99
netLogoExtName := "nw"
1010
netLogoClassManager := "org.nlogo.extensions.nw.NetworkExtension"
11-
netLogoVersion := "7.0.0-beta2-7e8f7a4"
11+
netLogoVersion := "7.0.4-976726b"
1212
netLogoTestExtras += baseDirectory.value / "test"
1313

1414
scalaVersion := "3.7.0"

0 commit comments

Comments
 (0)