From e41df3e3c8d936022607e117b6ef55fd9f2b155d Mon Sep 17 00:00:00 2001 From: adamw Date: Fri, 28 Jul 2017 15:28:40 +0200 Subject: Updating to scala 2.12.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 92cb62b..35ac8cd 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val commonSettings = Seq( organization := "com.softwaremill.sttp", - scalaVersion := "2.12.2", + scalaVersion := "2.12.3", crossScalaVersions := Seq(scalaVersion.value, "2.11.8"), scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xlint"), scalafmtOnCompile := true, -- cgit v1.2.3