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 #20 from scala-steward/update/utest-0.7.9
Browse files Browse the repository at this point in the history
Update utest to 0.7.9
  • Loading branch information
mergify[bot] committed Apr 20, 2021
2 parents b2edb05 + 0c19fb0 commit 797e06b
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 @@ -28,7 +28,7 @@ lazy val rootProject = (project in file("."))
.aggregate(core, codegenSbtPlugin)

lazy val testDependencies = Seq(
"com.lihaoyi" %% "utest" % "0.7.8",
"com.lihaoyi" %% "utest" % "0.7.9",
"com.softwaremill.diffx" %% "diffx-utest" % "0.4.5",
"com.softwaremill.diffx" %% "diffx-cats" % "0.4.5",
"com.softwaremill.sttp.client3" %% "core" % "3.2.3",
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object core extends BaseModule with SbtModule {

trait CommonTestModule extends BaseModule with TestModule {
def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.7.8",
ivy"com.lihaoyi::utest::0.7.9",
ivy"com.softwaremill.diffx::diffx-utest::0.4.5",
ivy"com.softwaremill.diffx::diffx-cats::0.4.5",
ivy"com.softwaremill.sttp.client3::core::3.2.3",
Expand Down

0 comments on commit 797e06b

Please sign in to comment.