Skip to content

Commit 978879a

Browse files
committed
fix the version back to 2.11 which doge + release wants
1 parent 617b395 commit 978879a

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
@@ -7,7 +7,7 @@ val akkaVersion = "2.4.16"
77

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

0 commit comments

Comments
 (0)