We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a481f4 commit 562d80aCopy full SHA for 562d80a
1 file changed
build.sbt
@@ -8,7 +8,7 @@ val akkaVersion = "2.4.16"
8
9
val sharedSettings = mimaDefaultSettings ++ scalariformSettings ++ Seq(
10
organization := "com.twitter",
11
- scalaVersion := "2.12.1",
+ scalaVersion := "2.11.8",
12
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.1"),
13
scalacOptions ++= Seq("-unchecked", "-deprecation"),
14
ScalariformKeys.preferences := formattingPreferences,
0 commit comments