Skip to content

Commit

Permalink
Update junit-jupiter-engine to 5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 19, 2024
1 parent ef2c0e6 commit ed27004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Dependencies {
val mockitoScalaTest = "org.mockito" %% "mockito-scala-scalatest" % mockitoScalaVersion
val mockServer = "org.mock-server" % "mockserver-netty" % "5.13.2"
val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.3"
val junitJupiter = "org.junit.jupiter" % "junit-jupiter-engine" % "5.8.2"
val junitJupiter = "org.junit.jupiter" % "junit-jupiter-engine" % "5.10.2"

val akkaActor = "com.typesafe.akka" %% "akka-actor" % akkaVersion

Expand Down

0 comments on commit ed27004

Please sign in to comment.