There was an error while loading. Please reload this page.
1 parent 5841652 commit f1ac5ffCopy full SHA for f1ac5ff
1 file changed
build.sbt
@@ -46,7 +46,7 @@ lazy val commonSettings = Seq(
46
"org.mockito" % "mockito-all" % "1.10.19" % "test",
47
"junit" % "junit" % "4.13.2" % "test",
48
"com.github.sbt" % "junit-interface" % "0.13.3" % "test", // Required by sbt to execute JUnit tests
49
- "ch.qos.logback" % "logback-classic" % "1.5.29" % "test",
+ "ch.qos.logback" % "logback-classic" % "1.5.30" % "test",
50
"javax.annotation" % "javax.annotation-api" % "1.3.2" % "test" // for compatibility with JDK >8
51
),
52
testOptions += Tests.Argument(TestFrameworks.JUnit)
0 commit comments