Skip to content

Commit

Permalink
Bump to 0.12.0 (closes snowplow/snowplow#3548)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet authored and lukeindykiewicz committed Jun 5, 2020
1 parent e4ff35c commit 5010047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy val root = project.in(file("."))
.settings(
organization := "com.snowplowanalytics",
name := "snowplow-stream-collector",
version := "0.11.0",
version := "0.12.0",
scalaVersion := "2.11.11",
description := "Scala Stream Collector for Snowplow raw events",
scalacOptions := BuildSettings.compilerOptions,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ import org.specs2.mutable.Specification
import model.SplitBatchResult

class SplitBatchSpec extends Specification {
// disabled because of incompatibility between scalaz 7.0.9 (used in the code) and the one
// pulled in by akka-http-testkit (7.2.12)
args(skipAll = true)
val splitBatch = SplitBatch

Expand Down

0 comments on commit 5010047

Please sign in to comment.