This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new a1fa3724f Update shapeless to 2.3.12 (#661)
a1fa3724f is described below
commit a1fa3724fda4617385f7eb18265019a7a10d1dad
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun May 19 10:05:29 2024 +0100
Update shapeless to 2.3.12 (#661)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 548ac3bc7..22c9eab8a 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -233,7 +233,7 @@ object Dependencies {
(if (isScala3.value)
Seq.empty // Equivalent and relevant shapeless functionality has been
mainlined into Scala 3 language/stdlib
else Seq(
- "com.chuusai" %% "shapeless" % "2.3.10"))
+ "com.chuusai" %% "shapeless" % "2.3.12"))
})
val GoogleCommon = Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]