Skip to content

Commit

Permalink
Scala Stream Collector: bump Scala to 2.12.10 (closes #4175)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet authored and benjben committed Dec 12, 2019
1 parent d94c2c7 commit 599f89e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis/release_scala_stream_collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ packages :
prefix : "snowplow_scala_stream_collector_kinesis_"
suffix : ""
binary_paths :
- "2-collectors/scala-stream-collector/kinesis/target/scala-2.11/snowplow-stream-collector-kinesis-{{ packages.0.build_version }}.jar"
- "2-collectors/scala-stream-collector/kinesis/target/scala-2.12/snowplow-stream-collector-kinesis-{{ packages.0.build_version }}.jar"
- type : "zip"
prefix : "snowplow_scala_stream_collector_google_pubsub_"
suffix : ""
binary_paths :
- "2-collectors/scala-stream-collector/pubsub/target/scala-2.11/snowplow-stream-collector-google-pubsub-{{ packages.0.build_version }}.jar"
- "2-collectors/scala-stream-collector/pubsub/target/scala-2.12/snowplow-stream-collector-google-pubsub-{{ packages.0.build_version }}.jar"
- type : "zip"
prefix : "snowplow_scala_stream_collector_kafka_"
suffix : ""
binary_paths :
- "2-collectors/scala-stream-collector/kafka/target/scala-2.11/snowplow-stream-collector-kafka-{{ packages.0.build_version }}.jar"
- "2-collectors/scala-stream-collector/kafka/target/scala-2.12/snowplow-stream-collector-kafka-{{ packages.0.build_version }}.jar"
- type : "zip"
prefix : "snowplow_scala_stream_collector_nsq_"
suffix : ""
binary_paths :
- "2-collectors/scala-stream-collector/nsq/target/scala-2.11/snowplow-stream-collector-nsq-{{ packages.0.build_version }}.jar"
- "2-collectors/scala-stream-collector/nsq/target/scala-2.12/snowplow-stream-collector-nsq-{{ packages.0.build_version }}.jar"
2 changes: 1 addition & 1 deletion 2-collectors/scala-stream-collector/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lazy val buildSettings = Seq(
name := "snowplow-stream-collector",
version := "0.17.0",
description := "Scala Stream Collector for Snowplow raw events",
scalaVersion := "2.11.12",
scalaVersion := "2.12.10",
scalacOptions := BuildSettings.compilerOptions,
scalacOptions in (Compile, console) ~= { _.filterNot(Set("-Ywarn-unused-import")) },
scalacOptions in (Test, console) := (scalacOptions in (Compile, console)).value,
Expand Down

0 comments on commit 599f89e

Please sign in to comment.