Skip to content

Commit

Permalink
[TBR] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyand committed Mar 16, 2021
1 parent b244ccb commit 0d48512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lazy val commonDependencies = Seq(
lazy val buildSettings = Seq(
organization := "com.snowplowanalytics",
name := "snowplow-stream-collector",
version := "2.2.0",
version := "2.2.1-rc1",
description := "Scala Stream Collector for Snowplow raw events",
scalaVersion := "2.12.10",
javacOptions := Seq("-source", "11", "-target", "11"),
Expand Down

0 comments on commit 0d48512

Please sign in to comment.