We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a691d commit 56efb52Copy full SHA for 56efb52
1 file changed
build.sbt
@@ -5,7 +5,7 @@ import com.softwaremill.UpdateVersionInDocs
5
val scalaTestV = "3.2.20"
6
val circeV = "0.14.16"
7
val slf4jV = "2.0.18"
8
-val logbackV = "1.5.38"
+val logbackV = "1.6.0"
9
val tapirV = "1.13.28"
10
val sttpClientV = "4.0.26"
11
val zioV = "2.1.26"
@@ -257,7 +257,7 @@ lazy val clientConformance = (project in file("client-conformance"))
257
Compile / mainClass := Some("chimp.conformance.client.Main"),
258
assembly / assemblyJarName := "chimp-client-conformance.jar",
259
libraryDependencies ++= Seq(
260
- "ch.qos.logback" % "logback-classic" % "1.5.38"
+ "ch.qos.logback" % "logback-classic" % "1.6.0"
261
),
262
conformance := {
263
import complete.DefaultParsers.*
0 commit comments