Skip to content

Commit

Permalink
dep: update utest to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Jul 4, 2022
1 parent e69b4c0 commit 0b03ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ trait PPrintMainModule extends CrossScalaModule {

trait PPrintTestModule extends ScalaModule with TestModule.Utest {
def crossScalaVersion: String
def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.7.11")
def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.8.0")
def offset: os.RelPath = os.rel
def millSourcePath = super.millSourcePath / os.up

Expand Down

0 comments on commit 0b03ab1

Please sign in to comment.