Skip to content

Commit

Permalink
Update magnolia to 1.1.9 (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 25, 2024
1 parent f943a43 commit 1940203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/magnolia/build.sbt
Expand Up @@ -3,7 +3,7 @@ import Dependencies.Version._
crossScalaVersions := Seq(scala212, scala213)

libraryDependencies ++= Seq(
"com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.8",
"com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.9",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
// We're using shapeless for illTyped in tests.
"com.chuusai" %% "shapeless" % "2.3.10" % Test
Expand Down

0 comments on commit 1940203

Please sign in to comment.