Skip to content

Commit ffb590c

Browse files
committed
Infrastructure: NetLogo 6.3.0, sbt 1.7.2, and update plugin
1 parent c1f24da commit ffb590c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ name := "sample"
44
version := "1.1.1"
55
isSnapshot := true
66

7-
javaSource in Compile := baseDirectory.value / "src" / "main"
7+
Compile / javaSource := baseDirectory.value / "src" / "main"
88
javacOptions ++= Seq("-g", "-deprecation", "-Xlint:all", "-Xlint:-serial", "-Xlint:-path", "-encoding", "us-ascii", "--release", "11")
99

1010
scalaVersion := "2.12.12"
11-
scalaSource in Test := baseDirectory.value / "src" / "test"
11+
Test / scalaSource := baseDirectory.value / "src" / "test"
1212
scalacOptions ++= Seq("-deprecation", "-unchecked", "-Xfatal-warnings", "-feature", "-encoding", "us-ascii", "-release", "11")
1313

14-
netLogoVersion := "6.2.2"
14+
netLogoVersion := "6.3.0"
1515
netLogoClassManager := "SampleExtension"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.3.13
1+
sbt.version=1.7.2

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
resolvers += "netlogo-extension-plugin" at "https://dl.cloudsmith.io/public/netlogo/netlogo-extension-plugin/maven/"
22

3-
addSbtPlugin("org.nlogo" % "netlogo-extension-plugin" % "5.2.2")
3+
addSbtPlugin("org.nlogo" % "netlogo-extension-plugin" % "6.0.1")

0 commit comments

Comments
 (0)