Skip to content

Commit

Permalink
Bump scala to 2.12.10 (closes #20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Limanowski committed Nov 25, 2019
1 parent 502e0b8 commit 79e2b4f
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 @@ -27,7 +27,7 @@ lazy val compilerOptions = Seq(
lazy val commonSettings = Defaults.coreDefaultSettings ++ Seq(
organization := "com.snowplowanalytics",
version := "0.1.0",
scalaVersion := "2.12.7",
scalaVersion := "2.12.10",
scalacOptions ++= compilerOptions,
javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
)
Expand Down

0 comments on commit 79e2b4f

Please sign in to comment.