Skip to content

Commit

Permalink
Update model:core to 1.7.3 (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 17, 2023
1 parent a975fd7 commit 0d0070b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sttp/build.sbt
Expand Up @@ -3,7 +3,7 @@ import Dependencies.Version._
crossScalaVersions := Seq(scala212, scala213, scala3)

libraryDependencies ++= Seq(
"com.softwaremill.sttp.model" %% "core" % "1.7.2"
"com.softwaremill.sttp.model" %% "core" % "1.7.3"
)

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

0 comments on commit 0d0070b

Please sign in to comment.