Skip to content

Commit db4e307

Browse files
Update utest to 0.8.5 (#584)
Co-authored-by: Alex Archambault <[email protected]>
1 parent b9769c6 commit db4e307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object Deps {
3232
def scalaReflect(sv: String) = ivy"org.scala-lang:scala-reflect:$sv"
3333
def shapeless = ivy"com.chuusai::shapeless::2.3.12"
3434
def sourcecode = ivy"com.lihaoyi::sourcecode::0.4.2"
35-
def utest = ivy"com.lihaoyi::utest::0.8.4"
35+
def utest = ivy"com.lihaoyi::utest::0.8.5"
3636
}
3737

3838
object annotations extends Module {

0 commit comments

Comments
 (0)