From 0ea71d810bf8f971d5229462cc1ee1d94ea99ff0 Mon Sep 17 00:00:00 2001 From: Yuki Ishikawa Date: Mon, 23 Apr 2018 14:54:09 +0900 Subject: Bump Scala --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 5cc507f..ecfd025 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ val commonSettings = Seq( organization := "com.softwaremill.sttp", scalaVersion := "2.12.5", - crossScalaVersions := Seq(scalaVersion.value, "2.11.11"), + crossScalaVersions := Seq(scalaVersion.value, "2.11.12"), scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xlint"), scalafmtOnCompile := true, scalafmtVersion := "1.4.0", -- cgit v1.2.3