Skip to content

Commit

Permalink
Update log4cats-core, log4cats-noop to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed May 3, 2024
1 parent 14cb2cb commit ee9903d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/BouncyCastlePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ object BouncyCastlePlugin extends AutoPlugin {
"co.fs2" %% "fs2-io" % "3.9.4",
"com.chuusai" %% "shapeless" % "2.3.10",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.typelevel" %% "log4cats-core" % "2.6.0",
"org.typelevel" %% "log4cats-core" % "2.7.0",
"eu.timepit" %% "refined" % "0.10.3",
bouncyCastle,
)
Expand Down Expand Up @@ -131,7 +131,7 @@ object BouncyCastlePlugin extends AutoPlugin {
sourceDirectory := (ThisBuild / baseDirectory).value / "tests" / "src",
libraryDependencies ++= {
Seq(
"org.typelevel" %% "log4cats-noop" % "2.6.0" % Test,
"org.typelevel" %% "log4cats-noop" % "2.7.0" % Test,
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.typelevel" %% "scalacheck-effect" % "1.0.4" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "1.0.4" % Test,
Expand Down

0 comments on commit ee9903d

Please sign in to comment.