Skip to content

Commit

Permalink
bump: hamcrest, hamcrest-library 3.0 (was 2.2) (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 29, 2024
1 parent 5868156 commit 2154cfe
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 @@ -300,8 +300,8 @@ lazy val tests = project
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.1" % Test, // ApacheV2
"org.junit.vintage" % "junit-vintage-engine" % JupiterKeys.junitVintageVersion.value % Test,
// See http://hamcrest.org/JavaHamcrest/distributables#upgrading-from-hamcrest-1x
"org.hamcrest" % "hamcrest-library" % "2.2" % Test,
"org.hamcrest" % "hamcrest" % "2.2" % Test,
"org.hamcrest" % "hamcrest-library" % "3.0" % Test,
"org.hamcrest" % "hamcrest" % "3.0" % Test,
"net.aichler" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test,
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.2.13" % Test,
Expand Down

0 comments on commit 2154cfe

Please sign in to comment.