We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2878b60 commit af08467Copy full SHA for af08467
build.sbt
@@ -34,7 +34,7 @@ Compile / unmanagedSourceDirectories +=
34
35
libraryDependencies ++= Seq(
36
"org.scalatest" %% "scalatest" % "3.1.1",
37
- "junit" % "junit" % "4.12"
+ "junit" % "junit" % "4.13"
38
)
39
Test / scalacOptions ++= (if (isDotty.value) Seq("-language:implicitConversions") else Nil)
40
0 commit comments