From e9bb67562c28ceeef4450fb3d897b0a6738120d9 Mon Sep 17 00:00:00 2001 From: Anton Parkhomenko Date: Thu, 27 Aug 2020 15:24:57 +0300 Subject: [PATCH] Common: bump iglu-scala-client to 1.0.2 (close #52) --- build.sbt | 2 +- project/Dependencies.scala | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 457bdaeb5..09db15707 100644 --- a/build.sbt +++ b/build.sbt @@ -54,8 +54,8 @@ lazy val common = project Dependencies.Libraries.scalaForex, Dependencies.Libraries.scalaWeather, Dependencies.Libraries.gatlingJsonpath, - Dependencies.Libraries.scalaLruMap, Dependencies.Libraries.badRows, + Dependencies.Libraries.igluClient, Dependencies.Libraries.snowplowRawEvent, Dependencies.Libraries.collectorPayload, Dependencies.Libraries.schemaSniffer, diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 648c8398f..2911b660b 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -51,8 +51,8 @@ object Dependencies { val scalaWeather = "0.5.0" val gatlingJsonpath = "0.6.14" val scalaUri = "1.4.5" - val scalaLruMap = "0.3.1" val badRows = "2.1.0" + val igluClient = "1.0.2" val snowplowRawEvent = "0.1.0" val collectorPayload = "0.0.0" @@ -107,8 +107,8 @@ object Dependencies { val refererParser = "com.snowplowanalytics" %% "scala-referer-parser" % V.refererParser val maxmindIplookups = "com.snowplowanalytics" %% "scala-maxmind-iplookups" % V.maxmindIplookups val scalaWeather = "com.snowplowanalytics" %% "scala-weather" % V.scalaWeather - val scalaLruMap = "com.snowplowanalytics" %% "scala-lru-map" % V.scalaLruMap val badRows = "com.snowplowanalytics" %% "snowplow-badrows" % V.badRows + val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % V.igluClient val snowplowRawEvent = "com.snowplowanalytics" % "snowplow-thrift-raw-event" % V.snowplowRawEvent val collectorPayload = "com.snowplowanalytics" % "collector-payload-1" % V.collectorPayload val schemaSniffer = "com.snowplowanalytics" % "schema-sniffer-1" % V.schemaSniffer