Skip to content

Commit

Permalink
Update mouse to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Jun 1, 2024
1 parent edb514c commit 72ccec8
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 @@ -89,7 +89,7 @@ lazy val `core-tests` = project
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
"org.typelevel" %% "log4cats-noop" % "2.6.0" % Test,
"org.typelevel" %% "mouse" % "1.2.2" % Test,
"org.typelevel" %% "mouse" % "1.2.4" % Test,
"org.tpolecat" %% "natchez-noop" % "0.3.5" % Test,
"io.circe" %% "circe-literal" % "0.14.6" % Test,
"io.circe" %% "circe-testing" % "0.14.6" % Test,
Expand Down Expand Up @@ -150,7 +150,7 @@ lazy val `registrator-health-check-lambda` = project
"org.typelevel" %% "feral-lambda" % "0.2.4",
"org.typelevel" %% "log4cats-slf4j" % "2.6.0",
"org.http4s" %% "http4s-ember-client" % "0.23.21",
"org.typelevel" %% "mouse" % "1.2.2",
"org.typelevel" %% "mouse" % "1.2.4",
"org.tpolecat" %% "natchez-xray" % "0.3.5",
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.6.0" % Runtime,
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.22.1" % Runtime,
Expand Down

0 comments on commit 72ccec8

Please sign in to comment.