Skip to content

Commit

Permalink
Bump Iglu client to 1.1.1 (close #507)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Jan 26, 2022
1 parent bbec818 commit f8af44b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 217 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ lazy val commonFs2 = project
Dependencies.Libraries.sentry,
Dependencies.Libraries.log4cats,
Dependencies.Libraries.catsRetry,
Dependencies.Libraries.igluClient,
Dependencies.Libraries.igluClientHttp4s,
Dependencies.Libraries.http4sClient,
Dependencies.Libraries.http4sCirce,
Dependencies.Libraries.pureconfig.withRevision(Dependencies.V.pureconfig013),
Expand Down

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object Dependencies {
val gatlingJsonpath = "0.6.14"
val scalaUri = "1.4.5"
val badRows = "2.1.1"
val igluClient = "1.0.2"
val igluClient = "1.1.1"

val snowplowRawEvent = "0.1.0"
val collectorPayload = "0.0.0"
Expand Down Expand Up @@ -131,6 +131,7 @@ object Dependencies {
val scalaWeather = "com.snowplowanalytics" %% "scala-weather" % V.scalaWeather
val badRows = "com.snowplowanalytics" %% "snowplow-badrows" % V.badRows
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % V.igluClient
val igluClientHttp4s = "com.snowplowanalytics" %% "iglu-scala-client-http4s" % 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
Expand Down

0 comments on commit f8af44b

Please sign in to comment.