Skip to content

Commit

Permalink
Update magnolia to 0.12.5 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and ghostdogpr committed Dec 19, 2019
1 parent dad81ed commit 3754c33
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 @@ -58,7 +58,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework")),
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "fastparse" % "2.1.3",
"com.propensive" %%% "magnolia" % "0.12.3",
"com.propensive" %%% "magnolia" % "0.12.5",
"com.propensive" %%% "mercator" % "0.3.0",
"dev.zio" %%% "zio" % "1.0.0-RC17",
"dev.zio" %%% "zio-streams" % "1.0.0-RC17",
Expand Down

0 comments on commit 3754c33

Please sign in to comment.