Skip to content

Commit 9619975

Browse files
authored
Merge pull request #973 from profunktor/update/logback-classic-1.5.17
Update logback-classic to 1.5.17
2 parents 17ac964 + 4174473 commit 9619975

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

project/Dependencies.scala

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Dependencies {
1111
val keyPool = "0.4.10"
1212

1313
val lettuce = "6.5.2.RELEASE"
14-
val logback = "1.5.15"
14+
val logback = "1.5.17"
1515

1616
val kindProjector = "0.13.3"
1717

@@ -37,17 +37,17 @@ object Dependencies {
3737
def reflect(version: String): ModuleID = "org.scala-lang" % "scala-reflect" % version
3838

3939
// Examples libraries
40-
val catsEffect = "org.typelevel" %% "cats-effect" % V.catsEffect
41-
val circeCore = "io.circe" %% "circe-core" % V.circe
42-
val circeGeneric = "io.circe" %% "circe-generic" % V.circe
43-
val circeParser = "io.circe" %% "circe-parser" % V.circe
40+
val catsEffect = "org.typelevel" %% "cats-effect" % V.catsEffect
41+
val circeCore = "io.circe" %% "circe-core" % V.circe
42+
val circeGeneric = "io.circe" %% "circe-generic" % V.circe
43+
val circeParser = "io.circe" %% "circe-parser" % V.circe
4444
val log4CatsSlf4j = log4cats("slf4j")
4545
val logback = "ch.qos.logback" % "logback-classic" % V.logback
4646

4747
// Testing libraries
4848
val catsLaws = cats("core")
4949
val catsTestKit = cats("testkit")
50-
val munitCore = "org.scalameta" %% "munit" % V.munit
50+
val munitCore = "org.scalameta" %% "munit" % V.munit
5151
val munitScalacheck = "org.scalameta" %% "munit-scalacheck" % V.munitScalacheck
5252
}
5353

0 commit comments

Comments
 (0)