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 ff13998 commit 47b5b28Copy full SHA for 47b5b28
build.sbt
@@ -7,7 +7,7 @@ ThisBuild / organizationName := "core-scala"
7
val jUnitInterface = "com.novocode" % "junit-interface" % "0.11" % "test"
8
val catsEffect = "org.typelevel" %% "cats-effect" % "3.4.5"
9
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
10
-val logback = "ch.qos.logback" % "logback-classic" % "1.4.5"
+val logback = "ch.qos.logback" % "logback-classic" % "1.2.3"
11
12
val scalaTestDeps = Seq(
13
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
0 commit comments