Skip to content

Commit bce68b7

Browse files
Update magnolia to 1.3.8 (#191)
1 parent e80503e commit bce68b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ lazy val formidable = project
7171
"com.github.cornerman" %%% "colibri" % versions.colibri,
7272
"com.github.cornerman" %%% "colibri-reactive" % versions.colibri,
7373
) ++
74-
(if (isScala3.value) Seq("com.softwaremill.magnolia1_3" %%% "magnolia" % "1.3.7")
74+
(if (isScala3.value) Seq("com.softwaremill.magnolia1_3" %%% "magnolia" % "1.3.8")
7575
else
7676
Seq("com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.10", "org.scala-lang" % "scala-reflect" % "2.13.15")),
7777
Compile / npmDependencies ++= readJsDependencies(baseDirectory.value, "dependencies"),

0 commit comments

Comments
 (0)