From 34c04df4468f65377f970a5e7cc1c9befd92c6f5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 26 Dec 2022 14:12:18 +0000 Subject: [PATCH 1/3] Update utest to 0.8.1 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 8962f8f..f0ff23a 100644 --- a/build.sc +++ b/build.sc @@ -63,7 +63,7 @@ trait PPrintMainModule extends CrossScalaModule { trait PPrintTestModule extends ScalaModule with TestModule.Utest { def crossScalaVersion: String - def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.8.0") + def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.8.1") def offset: os.RelPath = os.rel def millSourcePath = super.millSourcePath / os.up From a4c1690c0bd35703d9e860c11e173faee150a018 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 22 Jun 2023 13:24:55 +0000 Subject: [PATCH 2/3] Revert commit(s) 34c04df --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index f0ff23a..8962f8f 100644 --- a/build.sc +++ b/build.sc @@ -63,7 +63,7 @@ trait PPrintMainModule extends CrossScalaModule { trait PPrintTestModule extends ScalaModule with TestModule.Utest { def crossScalaVersion: String - def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.8.1") + def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.8.0") def offset: os.RelPath = os.rel def millSourcePath = super.millSourcePath / os.up From 0f83346a30c768155c3267d3901c06723d8e4019 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 22 Jun 2023 13:24:56 +0000 Subject: [PATCH 3/3] Update utest to 0.8.1 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 44d27d6..83e7703 100644 --- a/build.sc +++ b/build.sc @@ -42,7 +42,7 @@ trait PPrintModule trait PPrintTestModule extends ScalaModule with TestModule.Utest { - def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.8.0") + def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.8.1") } object pprint extends Module {