Skip to content

Commit

Permalink
Beam: bump scio to 0.9.2 (close #277)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Jul 12, 2020
1 parent 48e4ce8 commit d5a1030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import io.circe.parser
import com.snowplowanalytics.iglu.core.SelfDescribingData
import com.snowplowanalytics.iglu.core.circe.instances._

import org.scalatest._

import utils._
import org.scalatest.freespec.AnyFreeSpec
import org.scalatest.matchers.should.Matchers
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ object Dependencies {
val jinJava = "2.5.0"

val sentry = "1.7.30"
val scio = "0.8.1"
val beam = "2.18.0"
val scio = "0.9.2"
val beam = "2.22.0"
val macros = "2.1.1"
val scalaTest = "3.0.8"
}
Expand Down

0 comments on commit d5a1030

Please sign in to comment.