Skip to content

Commit e86ab83

Browse files
committed
Bumped up to junit 5.9.3 and junit engine 1.9.3.
1 parent 561807d commit e86ab83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Compile / unmanagedSourceDirectories ++= {
4848
}
4949

5050
val scalatestVersion = "3.2.16"
51-
val junitVersion = "5.9.1"
52-
val junitEngineVersion = "1.9.1"
51+
val junitVersion = "5.9.3"
52+
val junitEngineVersion = "1.9.3"
5353

5454
libraryDependencies ++= Seq(
5555
"org.scalatest" %% "scalatest-core" % scalatestVersion,

0 commit comments

Comments
 (0)