Skip to content

Commit

Permalink
Update magnolia to 1.3.6 (#160)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and mergify[bot] committed Apr 25, 2024
1 parent fca386a commit 3096309
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 @@ -71,7 +71,7 @@ lazy val formidable = project
"com.github.cornerman" %%% "colibri" % versions.colibri,
"com.github.cornerman" %%% "colibri-reactive" % versions.colibri,
) ++
(if (isScala3.value) Seq("com.softwaremill.magnolia1_3" %%% "magnolia" % "1.3.5")
(if (isScala3.value) Seq("com.softwaremill.magnolia1_3" %%% "magnolia" % "1.3.6")
else
Seq("com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.9", "org.scala-lang" % "scala-reflect" % "2.13.13")),
Compile / npmDependencies ++= readJsDependencies(baseDirectory.value, "dependencies"),
Expand Down

0 comments on commit 3096309

Please sign in to comment.