Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #229 from scala-steward/update/model-1.5.4
Browse files Browse the repository at this point in the history
Update model:core to 1.5.4
  • Loading branch information
mergify[bot] committed Jan 3, 2023
2 parents a885c31 + 477b8d2 commit 5782f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ lazy val parser: Project = (project in file("parser"))
name := "parser",
libraryDependencies ++= Seq(
"io.swagger.parser.v3" % "swagger-parser" % "2.0.28",
"com.softwaremill.sttp.model" %% "core" % "1.5.3"
"com.softwaremill.sttp.model" %% "core" % "1.5.4"
) ++ testDependencies
)

Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ParserModule(val crossScalaVersion: String)
with CommonPublishModule {
override def ivyDeps = Agg(
ivy"io.swagger.parser.v3:swagger-parser:2.0.28",
ivy"com.softwaremill.sttp.model::core:1.5.3"
ivy"com.softwaremill.sttp.model::core:1.5.4"
)
object test extends Tests with CommonTestModule
}
Expand Down

0 comments on commit 5782f42

Please sign in to comment.