Skip to content

Commit

Permalink
Update magnolia to 0.12.2 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and ghostdogpr committed Nov 29, 2019
1 parent f3770fe commit 73b0dc8
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.1",
"com.propensive" %%% "magnolia" % "0.12.2",
"com.propensive" %%% "mercator" % "0.2.1",
"dev.zio" %%% "zio" % "1.0.0-RC17",
"dev.zio" %%% "zio-streams" % "1.0.0-RC17",
Expand Down

0 comments on commit 73b0dc8

Please sign in to comment.