Skip to content

Commit

Permalink
Bump scio to 0.7.4 (closes #19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Limanowski authored and peel committed Dec 11, 2019
1 parent 6df851b commit cd50b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sbt._
import Keys._

val scioVersion = "0.6.1"
val beamVersion = "2.6.0"
val scioVersion = "0.7.4"
val scalaMacrosVersion = "2.1.1"
val slf4jVersion = "1.7.25"
val scalatestVersion = "3.0.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*/
package com.snowplowanalytics.storage.googlecloudstorage.loader

import com.spotify.scio.io.CustomIO
import com.spotify.scio.testing._

class CloudStorageLoaderSpec extends PipelineSpec {
Expand Down

0 comments on commit cd50b0e

Please sign in to comment.