Skip to content

Commit bfb2631

Browse files
scala-stewardcchantep
authored andcommitted
Update junit-interface to 0.11 (#74)
* Update junit-interface to 0.11
1 parent d445837 commit bfb2631

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

+1-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ val arm = project.in(file(".")).
119119
"2.10.7", "2.11.12", scalaVersion.value, "2.13.0"),
120120
resolvers += "java.net repo" at "http://download.java.net/maven/2/",
121121
libraryDependencies ++= Seq(
122-
//"junit" % "junit" % "4.10" % "test",
123-
"com.novocode" % "junit-interface" % "0.10" % Test,
122+
"com.novocode" % "junit-interface" % "0.11" % Test,
124123
"org.apache.derby" % "derby" % "10.15.1.3" % Test,
125124
"javax.transaction" % "jta" % "1.1" % Provided
126125
),

0 commit comments

Comments
 (0)