Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/update/scala-steward-dependencie…
Browse files Browse the repository at this point in the history
…s/mockito-scala-1.17.30' into update/scala-steward-dependencies/logback-classic-1.4.14
  • Loading branch information
Tom-Hallett committed Feb 26, 2024
2 parents 083ca8a + 5a4d803 commit ab63f98
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 @@ -73,8 +73,8 @@ libraryDependencies ++= Seq(
"com.github.cb372" %% "scalacache-caffeine" % "0.28.0",
"uk.gov.nationalarchives.oci" % "oci-tools-scala_2.13" % "0.3.0",
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.mockito" %% "mockito-scala" % "1.17.27" % Test,
"org.mockito" %% "mockito-scala-scalatest" % "1.17.27" % Test,
"org.mockito" %% "mockito-scala" % "1.17.30" % Test,
"org.mockito" %% "mockito-scala-scalatest" % "1.17.30" % Test,
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test,
"com.typesafe.akka" %% "akka-testkit" % "2.9.0-M2" % Test,
"com.tngtech.keycloakmock" % "mock" % "0.16.0" % Test,
Expand Down

0 comments on commit ab63f98

Please sign in to comment.