Skip to content

Commit 34922f8

Browse files
committed
assorted version bumps including sbt-scala-module
1 parent 8b54dbc commit 34922f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ScalaModulePlugin.scalaModuleOsgiSettings
44
name := "scala-async"
55

66
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided"
7-
libraryDependencies += "junit" % "junit" % "4.12" % "test"
8-
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test"
7+
libraryDependencies += "junit" % "junit" % "4.13.1" % Test
8+
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
99

1010
ScalaModulePlugin.enableOptimizer
1111
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s")

project/build.properties

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.0")
1+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.2")

0 commit comments

Comments
 (0)