Skip to content

Commit

Permalink
Update magnolia to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Apr 27, 2024
1 parent adeaca5 commit dced9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ lazy val scalapropsMagnolia = crossProject(JVMPlatform, JSPlatform)
}
scalapropsVersion := "0.9.1"
libraryDependencies ++= Seq(
"com.propensive" %%% "magnolia" % "0.14.5",
"com.propensive" %%% "magnolia" % "0.17.0",
"com.github.scalaprops" %%% "scalaprops-gen" % scalapropsVersion.value,
"com.github.scalaprops" %%% "scalaprops" % scalapropsVersion.value % "test"
)
Expand Down

0 comments on commit dced9bf

Please sign in to comment.