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 authored and peel committed Dec 11, 2019
1 parent cd50b0e commit 785aa77
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 785aa77

Please sign in to comment.