Skip to content

Commit 9c17968

Browse files
committed
Infrastructure: Fix missing test dependency
Also update build instructions in README
1 parent 94b90ce commit 9c17968

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ This is a very small example NetLogo extension, written in Java.
44

55
## Building
66

7-
Use the netlogo.jar.url environment variable to tell sbt which NetLogo.jar to compile against (defaults to NetLogo 5.3). For example:
8-
9-
sbt -Dnetlogo.jar.url=file:///path/to/NetLogo/target/NetLogo.jar package
10-
11-
If compilation succeeds, `sample.jar` will be created.
7+
To compile the extension, run `sbt package`. If compilation succeeds, `sample.jar` will be created.
128

139
## Terms of Use
1410

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ scalaVersion := "3.7.0"
1111
Test / scalaSource := baseDirectory.value / "src" / "test"
1212
scalacOptions ++= Seq("-deprecation", "-unchecked", "-Xfatal-warnings", "-feature", "-encoding", "us-ascii", "-release", "11")
1313

14-
netLogoVersion := "7.0.4"
14+
netLogoVersion := "7.0.4-bfe6fe4"
1515
netLogoClassManager := "SampleExtension"

0 commit comments

Comments
 (0)