From 50d779b22f327b905a88af8108afc9eb8f21fbf4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 May 2021 02:39:02 +0200 Subject: [PATCH] Update shapeless to 2.3.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 01bbe03b..0065238e 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ lazy val root = (project in file(".")) "org.scalaz" %% "scalaz-core" % "7.2.27", "com.typesafe.akka" %% "akka-http-core" % "10.1.8", "com.typesafe.akka" %% "akka-stream" % "2.5.22", - "com.chuusai" %% "shapeless" % "2.3.3", + "com.chuusai" %% "shapeless" % "2.3.7", "org.typelevel" %% "cats-core" % "1.6.0", "com.lihaoyi" %% "ammonite-ops" % "1.6.6", "com.typesafe.play" %% "play-ahc-ws-standalone" % "2.0.3",