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 561807d commit e86ab83Copy full SHA for e86ab83
build.sbt
@@ -48,8 +48,8 @@ Compile / unmanagedSourceDirectories ++= {
48
}
49
50
val scalatestVersion = "3.2.16"
51
-val junitVersion = "5.9.1"
52
-val junitEngineVersion = "1.9.1"
+val junitVersion = "5.9.3"
+val junitEngineVersion = "1.9.3"
53
54
libraryDependencies ++= Seq(
55
"org.scalatest" %% "scalatest-core" % scalatestVersion,
0 commit comments