Skip to content

Commit

Permalink
Merge pull request #716 from scala-steward/update/magnolia-0.17.0
Browse files Browse the repository at this point in the history
Update magnolia to 0.17.0
  • Loading branch information
adamw authored Sep 11, 2020
2 parents 4e8cf2b + ab96b56 commit b3d0f3c
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 @@ -119,7 +119,7 @@ lazy val core: ProjectMatrix = (projectMatrix in file("core"))
.settings(
name := "tapir-core",
libraryDependencies ++= Seq(
"com.propensive" %% "magnolia" % "0.16.0",
"com.propensive" %% "magnolia" % "0.17.0",
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"com.softwaremill.sttp.model" %% "core" % "1.1.4",
scalaTest % Test,
Expand Down

0 comments on commit b3d0f3c

Please sign in to comment.