Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 9f3c18c

Browse files
committed
Update SBT and JUnit versions
1 parent 1f344ef commit 9f3c18c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lazy val root = (project in file("."))
1212
// Running the tests requires removing the setting.
1313
// It can also be changed to point to a different Java version.
1414
// javaHome := Some(file("/home/soc/apps/zulu6.19.0.1-jdk6.0.103-linux_x64/")),
15-
libraryDependencies += "junit" % "junit" % "4.12" % Test,
15+
libraryDependencies += "junit" % "junit" % "4.13" % Test,
1616
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
1717
testOptions in Test := Seq(Tests.Argument(TestFrameworks.JUnit, "-a")),
1818
// publishTo := sonatypePublishTo.value,

project/build.properties

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

0 commit comments

Comments
 (0)