Skip to content

Commit

Permalink
Merge pull request #515 from scala-steward/update/model-1.0.3
Browse files Browse the repository at this point in the history
Update model:core to 1.0.3
  • Loading branch information
mergify[bot] authored Apr 3, 2020
2 parents aec53ff + 71348eb commit 4cc75db
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 @@ -81,7 +81,7 @@ lazy val core: Project = (project in file("core"))
name := "tapir-core",
libraryDependencies ++= Seq(
"com.propensive" %% "magnolia" % "0.12.8",
"com.softwaremill.sttp.model" %% "core" % "1.0.2",
"com.softwaremill.sttp.model" %% "core" % "1.0.3",
scalaTest % Test,
scalaCheck % Test,
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.3.4" % Test
Expand Down

0 comments on commit 4cc75db

Please sign in to comment.