diff --git a/project/Deps.scala b/project/Deps.scala index 89a7a08..670cce7 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -7,7 +7,7 @@ object Deps { Def.setting { "org.scala-lang" % "scala-reflect" % scalaVersion.value } - def shapeless = "com.chuusai" %% "shapeless" % "2.3.11" + def shapeless = "com.chuusai" %% "shapeless" % "2.3.12" def utest = "com.lihaoyi" %% "utest" % "0.7.1" }