Skip to content

Commit

Permalink
Update magnolia to 1.1.8 (#3419)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Dec 21, 2023
1 parent 3d66e7b commit 45a4f33
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 @@ -410,7 +410,7 @@ lazy val core: ProjectMatrix = (projectMatrix in file("core"))
Seq("com.softwaremill.magnolia1_3" %%% "magnolia" % "1.3.4")
case _ =>
Seq(
"com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.7",
"com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.8",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided
)
}
Expand Down

0 comments on commit 45a4f33

Please sign in to comment.