From 90d1277d703d42bd34bbf66298b9fc0717a6ade9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Sep 2022 12:47:06 +0000 Subject: [PATCH] Update shapeless to 2.3.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bee9e0a..4842fee 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ lazy val compilerOptions = Seq( "-Xlint" ) -lazy val shapelessVersion = "2.3.8" +lazy val shapelessVersion = "2.3.10" lazy val sparkVersion = "3.2.1" lazy val scalatestVersion = "3.2.11"