Skip to content

Commit 5acbaf7

Browse files
committed
Merge branch 'master' of github.com:deanwampler/programming-scala-book-code-examples
2 parents 1cd2416 + a78b18d commit 5acbaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lazy val root = project
2323
"org.typelevel" %% "cats-core" % "2.9.0",
2424
"org.scala-lang" %% "scala3-staging" % scalaVersion.value,
2525
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0",
26-
"ch.qos.logback" % "logback-classic" % "1.4.7",
26+
"ch.qos.logback" % "logback-classic" % "1.4.8",
2727
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
2828
"org.scalameta" %% "munit" % "0.7.29" % Test,
2929
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test,

0 commit comments

Comments
 (0)