We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaef338 commit 4ded016Copy full SHA for 4ded016
build.sbt
@@ -42,7 +42,7 @@ lazy val buildSettings = Seq(
42
organization := "com.snowplowanalytics",
43
name := "snowplow-elasticsearch-loader",
44
description := "Load the contents of a Kinesis stream or NSQ topic to Elasticsearch",
45
- scalaVersion := "2.12.10",
+ scalaVersion := "2.12.14",
46
scalacOptions := BuildSettings.compilerOptions,
47
javacOptions := BuildSettings.javaCompilerOptions,
48
resolvers += Resolver.jcenterRepo,
0 commit comments