Skip to content

Commit

Permalink
Update logback-classic to 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 16, 2024
1 parent afdb947 commit eec636c
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 @@ -145,7 +145,7 @@ lazy val `kyo-scheduler` =
scalacOptions ++= scalacOptionToken(ScalacOptions.source3).value,
crossScalaVersions := List(scala3Version, scala212Version, scala213Version),
libraryDependencies += "org.scalatest" %%% "scalatest" % scalaTestVersion % Test,
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.10" % Test
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.11" % Test
)
.jvmSettings(mimaCheck(false))
.jsSettings(
Expand Down Expand Up @@ -215,7 +215,7 @@ lazy val `kyo-core` =
libraryDependencies += "dev.dirs" % "directories" % "26",
libraryDependencies += "dev.zio" %%% "zio-laws-laws" % "1.0.0-RC31" % Test,
libraryDependencies += "dev.zio" %%% "zio-test-sbt" % "2.1.11" % Test,
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.10" % Test,
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.11" % Test,
libraryDependencies += "org.javassist" % "javassist" % "3.30.2-GA" % Test
)
.jvmSettings(mimaCheck(false))
Expand Down

0 comments on commit eec636c

Please sign in to comment.