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 #244 from alycklama/alycklama/bumps-dependency-ver…
Browse files Browse the repository at this point in the history
…sions-to-latest

Bumps all dependencies to their latest versions
  • Loading branch information
ghostbuster91 committed Feb 25, 2023
2 parents b295bfe + 2a171ad commit b2125c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ lazy val testDependencies = Seq(
"com.lihaoyi" %% "utest" % "0.8.1",
"com.softwaremill.diffx" %% "diffx-utest" % "0.8.2",
"com.softwaremill.diffx" %% "diffx-cats" % "0.8.2",
"com.softwaremill.sttp.client3" %% "core" % "3.7.6",
"com.softwaremill.sttp.client3" %% "circe" % "3.7.6",
"io.circe" %% "circe-core" % "0.14.3",
"io.circe" %% "circe-generic" % "0.14.3",
"io.circe" %% "circe-parser" % "0.14.3",
"com.softwaremill.sttp.client3" %% "core" % "3.8.11",
"com.softwaremill.sttp.client3" %% "circe" % "3.8.11",
"io.circe" %% "circe-core" % "0.14.4",
"io.circe" %% "circe-generic" % "0.14.4",
"io.circe" %% "circe-parser" % "0.14.4",
"io.circe" %% "circe-yaml" % "0.14.2"
).map(_ % Test)

Expand Down
10 changes: 5 additions & 5 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ trait CommonTestModule extends BaseModule with TestModule {
ivy"com.lihaoyi::utest::0.8.1",
ivy"com.softwaremill.diffx::diffx-utest::0.8.2",
ivy"com.softwaremill.diffx::diffx-cats::0.8.2",
ivy"com.softwaremill.sttp.client3::core::3.7.6",
ivy"com.softwaremill.sttp.client3::circe::3.7.6",
ivy"io.circe::circe-core::0.14.3",
ivy"io.circe::circe-generic::0.14.3",
ivy"io.circe::circe-parser::0.14.3",
ivy"com.softwaremill.sttp.client3::core::3.8.11",
ivy"com.softwaremill.sttp.client3::circe::3.8.11",
ivy"io.circe::circe-core::0.14.4",
ivy"io.circe::circe-generic::0.14.4",
ivy"io.circe::circe-parser::0.14.4",
ivy"io.circe::circe-yaml::0.14.2"
)
override def testFramework = "utest.runner.Framework"
Expand Down

0 comments on commit b2125c0

Please sign in to comment.