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