Skip to content

Commit

Permalink
Update magnolia to 1.3.7 (#3781)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored May 24, 2024
1 parent 9e1d444 commit 0a0db9a
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 @@ -417,7 +417,7 @@ lazy val core: ProjectMatrix = (projectMatrix in file("core"))
libraryDependencies ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) =>
Seq("com.softwaremill.magnolia1_3" %%% "magnolia" % "1.3.6")
Seq("com.softwaremill.magnolia1_3" %%% "magnolia" % "1.3.7")
case _ =>
Seq(
"com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.10",
Expand Down

0 comments on commit 0a0db9a

Please sign in to comment.