Skip to content

Commit

Permalink
Update logback-classic to 1.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 19, 2024
1 parent 4549f07 commit 22bb2b0
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 @@ -164,7 +164,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.12" % Test
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.13" % Test
)
.jvmSettings(mimaCheck(false))
.nativeSettings(
Expand Down Expand Up @@ -265,7 +265,7 @@ lazy val `kyo-core` =
libraryDependencies += "org.jctools" % "jctools-core" % "4.0.5",
libraryDependencies += "org.slf4j" % "slf4j-api" % "2.0.16",
libraryDependencies += "dev.dirs" % "directories" % "26",
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.12" % Test
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.13" % Test
)
.jvmSettings(mimaCheck(false))
.nativeSettings(`native-settings`)
Expand Down

0 comments on commit 22bb2b0

Please sign in to comment.