Skip to content

Commit

Permalink
Update magnolia to 0.14.3 (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 10, 2020
1 parent d34d082 commit ec45f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/magnolia/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "pureconfig-magnolia"
crossScalaVersions ~= { _.filterNot(_.startsWith("2.11")) }

libraryDependencies ++= Seq(
"com.propensive" %% "magnolia" % "0.14.2",
"com.propensive" %% "magnolia" % "0.14.3",
scalaCheckShapeless % "test")

developers := List(
Expand Down

0 comments on commit ec45f60

Please sign in to comment.