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

Update model:core to 1.5.1 #202

Merged
merged 1 commit into from
Aug 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0"
"com.softwaremill.sttp.model" %% "core" % "1.5.1"
) ++ 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.0"
ivy"com.softwaremill.sttp.model::core:1.5.1"
)
object test extends Tests with CommonTestModule
}
Expand Down