8000 Update junit to 4.13.2 (#256) · scala/scala-async@ff230b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff230b3

Browse files
Update junit to 4.13.2 (#256)
1 parent 741723b commit ff230b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ScalaModulePlugin.scalaModuleOsgiSettings
44
name := "scala-async"
55

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

1010
ScalaModulePlugin.enableOptimizer

0 commit comments

Comments
 (0)
0