Skip to content

Commit

Permalink
Merge pull request #194 from scala-steward/update/logback-classic-1.5.1
Browse files Browse the repository at this point in the history
Update logback-classic to 1.5.1
  • Loading branch information
fwbrasil authored Feb 29, 2024
2 parents 8f2e989 + da261e5 commit 4bb5065
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 4bb5065

Please sign in to comment.