Skip to content

Commit

Permalink
Update model:core to 1.5.2 (#1375)
Browse files Browse the repository at this point in the history
Co-authored-by: Rui Gonçalves <ruippeixotog@gmail.com>
  • Loading branch information
scala-steward and ruippeixotog committed Sep 10, 2022
1 parent 50f1bc1 commit 56b7162
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, scala3)

libraryDependencies ++= Seq(
"com.softwaremill.sttp.model" %% "core" % "1.5.1"
"com.softwaremill.sttp.model" %% "core" % "1.5.2"
)

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

0 comments on commit 56b7162

Please sign in to comment.