Skip to content

Commit

Permalink
Merge branch 'master' of github.com:deanwampler/programming-scala-boo…
Browse files Browse the repository at this point in the history
…k-code-examples
  • Loading branch information
deanwampler committed Jun 17, 2023
2 parents 1cd2416 + a78b18d commit 5acbaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy val root = project
"org.typelevel" %% "cats-core" % "2.9.0",
"org.scala-lang" %% "scala3-staging" % scalaVersion.value,
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0",
"ch.qos.logback" % "logback-classic" % "1.4.7",
"ch.qos.logback" % "logback-classic" % "1.4.8",
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test,
Expand Down

0 comments on commit 5acbaf7

Please sign in to comment.