Skip to content

Commit

Permalink
Update mouse to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Nov 19, 2023
1 parent 1bcfb83 commit b0e50a6
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 @@ -63,7 +63,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.1" % Test,
"org.typelevel" %% "mouse" % "1.2.2" % Test,
"io.circe" %% "circe-literal" % "0.14.6" % Test,
"io.circe" %% "circe-testing" % "0.14.6" % Test,
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.7.0" % Test exclude("joda-time", "joda-time"),
Expand Down Expand Up @@ -118,7 +118,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.1",
"org.typelevel" %% "mouse" % "1.2.2",
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.6.0" % Runtime,
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.21.1" % Runtime,
"org.typelevel" %% "cats-effect-testkit" % "3.5.2" % Test,
Expand Down

0 comments on commit b0e50a6

Please sign in to comment.