diff --git a/project/Deps.scala b/project/Deps.scala index a93e650..25dadc3 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -10,5 +10,5 @@ object Deps { def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.7") def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.15" % "1.3.0") - def utest = setting("com.lihaoyi" %%% "utest" % "0.7.10") + def utest = setting("com.lihaoyi" %%% "utest" % "0.7.11") }