aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index ecfd025..81785e8 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
val commonSettings = Seq(
organization := "com.softwaremill.sttp",
- scalaVersion := "2.12.5",
+ scalaVersion := "2.12.6",
crossScalaVersions := Seq(scalaVersion.value, "2.11.12"),
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xlint"),
scalafmtOnCompile := true,