Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit b21eb60

Browse files
authored
Merge pull request #384 from scala-steward/update/magnolia-1.1.2
Update magnolia to 1.1.2
2 parents 417a6be + 2b88a96 commit b21eb60

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
@@ -56,7 +56,7 @@ lazy val core = (projectMatrix in file("core"))
5656
CrossVersion.partialVersion(scalaVersion.value) match {
5757
case Some((3, _)) =>
5858
Seq(
59-
"com.softwaremill.magnolia1_3" %%% "magnolia" % "1.1.1"
59+
"com.softwaremill.magnolia1_3" %%% "magnolia" % "1.1.2"
6060
)
6161
case _ =>
6262
Seq(

0 commit comments

Comments
 (0)