Skip to content

Commit

Permalink
Merge pull request #110 from matwojcik/sttp-update
Browse files Browse the repository at this point in the history
Update sttp to 3.3.x with change in artfact for CE2
  • Loading branch information
tplaskowski authored Jul 12, 2021
2 parents 56e0ea3 + 6768467 commit b63c63f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ val Versions = new {
val kindProjector = "0.13.0"
val monix = "3.4.0"
val scalaTest = "3.2.9"
val sttp = "3.2.3"
val sttp = "3.3.9"
val refined = "0.9.26"
}

Expand Down Expand Up @@ -121,7 +121,7 @@ lazy val `oauth2-backend-cats` = project
name := "sttp-oauth2-backend-cats",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % Versions.catsEffect,
"com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % Versions.sttp % Test
"com.softwaremill.sttp.client3" %% "async-http-client-backend-cats-ce2" % Versions.sttp % Test
) ++ plugins ++ testDependencies,
mimaSettings
)
Expand Down

0 comments on commit b63c63f

Please sign in to comment.