From 0b4cac9d96d2373853f2017c8fd5767d3cd1c633 Mon Sep 17 00:00:00 2001 From: Omar Alejandro Mainegra Sarduy Date: Tue, 1 Aug 2017 12:43:04 -0400 Subject: Update scala 2.11 version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 6aec268..10e1dd5 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ val commonSettings = Seq( organization := "com.softwaremill.sttp", scalaVersion := "2.12.3", - crossScalaVersions := Seq(scalaVersion.value, "2.11.8"), + crossScalaVersions := Seq(scalaVersion.value, "2.11.11"), scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xlint"), scalafmtOnCompile := true, scalafmtVersion := "1.1.0", -- cgit v1.2.3