Skip to content

Commit

Permalink
'Merge from scala-steward/update/junit-jupiter-engine-5.11.4 into mas…
Browse files Browse the repository at this point in the history
…ter.'
  • Loading branch information
sageserpent-open committed Dec 18, 2024
2 parents 4baacfa + 29fc255 commit d2b4fda
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 @@ -101,7 +101,7 @@ lazy val settings = Seq(
libraryDependencies += "io.circe" %% "circe-parser" % "0.14.10",
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.3",
libraryDependencies += "org.junit.jupiter" % "junit-jupiter-params" % "5.11.4",
libraryDependencies += "org.junit.platform" % "junit-platform-launcher" % "1.11.3",
libraryDependencies += "org.rocksdb" % "rocksdbjni" % "9.7.3",
libraryDependencies += "org.apache.commons" % "commons-text" % "1.13.0",
Expand All @@ -116,7 +116,7 @@ lazy val settings = Seq(
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.jupiter" % "junit-jupiter-engine" % "5.11.3" % Test
"org.junit.jupiter" % "junit-jupiter-engine" % "5.11.4" % Test
),
libraryDependencies += "org.hamcrest" % "hamcrest" % "3.0" % Test,
libraryDependencies += "com.eed3si9n.expecty" %% "expecty" % "0.17.0" % Test
Expand Down

0 comments on commit d2b4fda

Please sign in to comment.