Skip to content

Commit 2a5e4c5

Browse files
Update build to sbt 0.13.13
1 parent d471f1b commit 2a5e4c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
enablePlugins(org.nlogo.build.NetLogoExtension, org.nlogo.build.ExtensionDocumentationPlugin)
22

3-
javaSource in Compile <<= baseDirectory(_ / "src")
3+
javaSource in Compile := baseDirectory.value / "src"
44

55
name := "array"
66

project/build.properties

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

0 commit comments

Comments
 (0)