Skip to content

Commit e237000

Browse files
Update utest to 0.8.9 (#410)
Pull request: #410
1 parent 9ffe9bf commit e237000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object Deps {
2323
val geny = mvn"com.lihaoyi::geny::1.1.1"
2424
val ant = mvn"org.apache.ant:ant:1.10.15"
2525
val sourcecode = mvn"com.lihaoyi::sourcecode::0.4.2"
26-
val utest = mvn"com.lihaoyi::utest::0.8.4"
26+
val utest = mvn"com.lihaoyi::utest::0.8.9"
2727
val expecty = mvn"com.eed3si9n.expecty::expecty::0.16.0"
2828
def scalaReflect(scalaVersion: String) = mvn"org.scala-lang:scala-reflect:$scalaVersion"
2929
def scalaLibrary(version: String) = mvn"org.scala-lang:scala-library:${version}"

0 commit comments

Comments
 (0)