Skip to content

Commit

Permalink
Merge pull request #3121 from softwaremill/update/magnolia-1.1.4
Browse files Browse the repository at this point in the history
Update magnolia to 1.1.4
  • Loading branch information
mergify[bot] authored Aug 18, 2023
2 parents 0978abb + b949869 commit b3e7a79
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 @@ -397,7 +397,7 @@ lazy val core: ProjectMatrix = (projectMatrix in file("core"))
Seq("com.softwaremill.magnolia1_3" %%% "magnolia" % "1.3.3")
case _ =>
Seq(
"com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.3",
"com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.4",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided
)
}
Expand Down

0 comments on commit b3e7a79

Please sign in to comment.