From c429afb2e9f02888da3333f463f0836005d2d9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Poniedzia=C5=82ek?= Date: Mon, 8 Apr 2024 15:19:01 +0200 Subject: [PATCH] Use enrich 4.2.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 1c02f18..bcfcb6d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -17,7 +17,7 @@ object Dependencies { object V { // Snowplow val snowplowStreamCollector = "3.2.0" - val snowplowCommonEnrich = "4.1.0" + val snowplowCommonEnrich = "4.2.0" val http4sCirce = "0.23.23" val decline = "2.4.1"