Skip to content

Commit

Permalink
Merge pull request #683 from scala-steward/update/monix-3.4.1
Browse files Browse the repository at this point in the history
Update monix to 3.4.1
  • Loading branch information
mcmpp authored Mar 13, 2024
2 parents d88b32c + a5ff92c commit c3f69df
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 @@ -101,7 +101,7 @@ val buildSettings = Seq(
"de.zalando" %% "beard" % "0.3.3" exclude("ch.qos.logback", "logback-classic") from "https://github.com/OpenOlitor/beard/releases/download/0.3.3/beard_2.13-0.3.3.jar", // ### NO Scala 3, NO Scala 2.13
// transitive dependencies of legacy de.zalando.beard
"org.antlr" % "antlr4" % "4.8-1",
"io.monix" %% "monix" % "3.4.0", // ### Scala 3
"io.monix" %% "monix" % "3.4.1", // ### Scala 3
"net.codecrete.qrbill" % "qrbill-generator" % "2.4.3",
"io.nayuki" % "qrcodegen" % "1.6.0",
"org.apache.pdfbox" % "pdfbox" % "2.0.26",
Expand Down

0 comments on commit c3f69df

Please sign in to comment.