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

Commit b30ab21

Browse files
authored
Merge pull request #372 from scala-steward/update/magnolia-1.1.1
Update magnolia to 1.1.1
2 parents 2e7b8a2 + 420ba45 commit b30ab21

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.0"
59+
"com.softwaremill.magnolia1_3" %%% "magnolia" % "1.1.1"
6060
)
6161
case _ =>
6262
Seq(

0 commit comments

Comments
 (0)