Skip to content

Commit 562d80a

Browse files
committed
make default version still 2.11.8 otherwise release + doge fails
1 parent 0a481f4 commit 562d80a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ val akkaVersion = "2.4.16"
88

99
val sharedSettings = mimaDefaultSettings ++ scalariformSettings ++ Seq(
1010
organization := "com.twitter",
11-
scalaVersion := "2.12.1",
11+
scalaVersion := "2.11.8",
1212
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.1"),
1313
scalacOptions ++= Seq("-unchecked", "-deprecation"),
1414
ScalariformKeys.preferences := formattingPreferences,

0 commit comments

Comments
 (0)