Skip to content

Commit

Permalink
'Merge from scala-steward/update/junit-platform-launcher-1.11.4 into …
Browse files Browse the repository at this point in the history
…master.'
  • Loading branch information
sageserpent-open committed Dec 18, 2024
2 parents d2b4fda + 74a7fe6 commit 4ce6d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ lazy val settings = Seq(
libraryDependencies += "com.google.guava" % "guava" % "33.4.0-jre",
libraryDependencies += "com.oath.cyclops" % "cyclops" % "10.4.1",
libraryDependencies += "org.junit.jupiter" % "junit-jupiter-params" % "5.11.4",
libraryDependencies += "org.junit.platform" % "junit-platform-launcher" % "1.11.3",
libraryDependencies += "org.junit.platform" % "junit-platform-launcher" % "1.11.4",
libraryDependencies += "org.rocksdb" % "rocksdbjni" % "9.7.3",
libraryDependencies += "org.apache.commons" % "commons-text" % "1.13.0",
libraryDependencies += "com.lihaoyi" %% "pprint" % "0.9.0",
Expand All @@ -115,7 +115,7 @@ lazy val settings = Seq(
libraryDependencies += "com.github.seregamorph" % "hamcrest-more-matchers" % "1.0" % Test,
libraryDependencies += "com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test,
libraryDependencies ++= Seq(
"org.junit.platform" % "junit-platform-runner" % "1.11.3" % Test,
"org.junit.platform" % "junit-platform-runner" % "1.11.4" % Test,
"org.junit.jupiter" % "junit-jupiter-engine" % "5.11.4" % Test
),
libraryDependencies += "org.hamcrest" % "hamcrest" % "3.0" % Test,
Expand Down

0 comments on commit 4ce6d66

Please sign in to comment.