Skip to content

Commit

Permalink
chore(deps): update junit5 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 1c7c607 commit 7f3ee90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor-typed" % akkaVersion,
"com.typesafe.akka" %% "akka-actor-testkit-typed" % akkaVersion % Test,
"com.novocode" % "junit-interface" % "0.11" % Test, // sbt's test interface for JUnit 4
"org.junit.jupiter" % "junit-jupiter" % "5.11.3" % Test, // aggregator of junit-jupiter-api and junit-jupiter-engine (runtime)
"org.junit.jupiter" % "junit-jupiter-engine" % "5.11.3" % Test, // for org.junit.platform
"org.junit.vintage" % "junit-vintage-engine" % "5.11.3" % Test,
"org.junit.platform" % "junit-platform-launcher" % "1.11.3" % Test,
"org.junit.jupiter" % "junit-jupiter" % "5.11.4" % Test, // aggregator of junit-jupiter-api and junit-jupiter-engine (runtime)
"org.junit.jupiter" % "junit-jupiter-engine" % "5.11.4" % Test, // for org.junit.platform
"org.junit.vintage" % "junit-vintage-engine" % "5.11.4" % Test,
"org.junit.platform" % "junit-platform-launcher" % "1.11.4" % Test,
"org.scalatest" %% "scalatest" % "3.2.19" % Test
)

0 comments on commit 7f3ee90

Please sign in to comment.