Skip to content

Commit

Permalink
Update model:core to 1.4.14 (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 5, 2021
1 parent d86de3f commit a631436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sttp/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "pureconfig-sttp"
crossScalaVersions := Seq(scala212, scala213)

libraryDependencies ++= Seq(
"com.softwaremill.sttp.model" %% "core" % "1.4.13"
"com.softwaremill.sttp.model" %% "core" % "1.4.14"
)

developers := List(Developer("bszwej", "Bartlomiej Szwej", "bszwej@gmail.com", url("https://github.com/bszwej")))
Expand Down

0 comments on commit a631436

Please sign in to comment.