Skip to content

Commit

Permalink
Bump scio to 0.11.1 (close #526)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyand committed Dec 16, 2021
1 parent 8cda461 commit 1451ba4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ object Dependencies {
// For Twitter's util functions
"Twitter Maven Repo" at "https://maven.twttr.com/",
// For legacy Snowplow libs
("Snowplow Analytics Maven repo" at "http://maven.snplow.com/releases/").withAllowInsecureProtocol(true)
("Snowplow Analytics Maven repo" at "http://maven.snplow.com/releases/").withAllowInsecureProtocol(true),
// For Confluent libs
("Confluent Repository" at "https://packages.confluent.io/maven/")
)

object V {
Expand Down Expand Up @@ -86,8 +88,8 @@ object Dependencies {
val jinJava = "2.5.0"

val sentry = "1.7.30"
val scio = "0.10.2"
val beam = "2.28.0"
val scio = "0.11.1"
val beam = "2.33.0"
val grpc = "1.32.2"
val macros = "2.1.1"
val scalaTest = "3.0.8"
Expand Down

0 comments on commit 1451ba4

Please sign in to comment.