Skip to content

Commit

Permalink
Update logback-classic to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 29, 2024
1 parent d85234a commit da261e5
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 @@ -84,7 +84,7 @@ lazy val `kyo-core` =
libraryDependencies += "com.lihaoyi" %%% "pprint" % "0.8.1",
libraryDependencies += "dev.zio" %%% "zio-laws-laws" % "1.0.0-RC23" % Test,
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.16" % Test,
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.0" % Test,
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.1" % Test,
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
)
.jsSettings(`js-settings`)
Expand Down Expand Up @@ -189,7 +189,7 @@ lazy val `kyo-llm-bench` =
.dependsOn(`kyo-core` % "test->test;compile->compile")
.settings(
`kyo-settings`,
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.0"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.1"
)

lazy val `kyo-bench` =
Expand Down

0 comments on commit da261e5

Please sign in to comment.