Skip to content

Commit

Permalink
Merge pull request #47 from scala-steward/update/magnolia-1.3.0
Browse files Browse the repository at this point in the history
Update magnolia to 1.3.0
  • Loading branch information
note authored Mar 6, 2023
2 parents c7fcf21 + ad8cf58 commit 436dadb
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 dhalljMagnolia = (projectMatrix in file("modules/dhallj-magnolia"))
libraryDependencies ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) =>
Seq("com.softwaremill.magnolia1_3" %% "magnolia" % "1.2.7")
Seq("com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.0")
case _ =>
Seq(
"com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.3",
Expand Down

0 comments on commit 436dadb

Please sign in to comment.