Skip to content

Commit

Permalink
Remove direct dependency on sttp-model (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk authored Mar 24, 2021
1 parent a0ff446 commit ec5e3b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ object Dependencies {
val pureconfig = "0.14.1"
val scalameta = "4.4.10"
val sttp = "3.1.9"
val sttpModel = "1.3.4"
val testInterface = "1.0"
val weaponRegeX = "0.4.1"
}
Expand All @@ -59,8 +58,6 @@ object Dependencies {
val scalameta = "org.scalameta" %% "scalameta" % versions.scalameta
val sttpCirce = "com.softwaremill.sttp.client3" %% "circe" % versions.sttp
val sttpFs2Backend = "com.softwaremill.sttp.client3" %% "httpclient-backend-fs2" % versions.sttp
// To prevent dependency resolvement getting a lower version, directly depend on the latest version of sttp-model
val sttpModel = "com.softwaremill.sttp.model" %% "core" % versions.sttpModel
val testInterface = "org.scala-sbt" % "test-interface" % versions.testInterface
val weaponRegeX = "io.stryker-mutator" %% "weapon-regex" % versions.weaponRegeX

Expand Down
1 change: 0 additions & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ object Settings {
Dependencies.scalameta,
Dependencies.sttpCirce,
Dependencies.sttpFs2Backend,
Dependencies.sttpModel,
Dependencies.weaponRegeX,
Dependencies.test.catsEffectScalaTest,
Dependencies.test.mockitoScala,
Expand Down

0 comments on commit ec5e3b0

Please sign in to comment.