Skip to content

Commit

Permalink
Scala 2.11.12 (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
vguerci authored Aug 2, 2019
1 parent b1a7e43 commit 80947a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ lazy val lolhttp = "0.12.0"
lazy val commonSettings = Seq(
organization := "com.criteo.cuttle",
version := VERSION,
scalaVersion := "2.11.11",
crossScalaVersions := Seq("2.11.11", "2.12.3"),
scalaVersion := "2.11.12",
crossScalaVersions := Seq("2.11.12", "2.12.3"),
scalacOptions ++= Seq(
"-deprecation",
"-encoding",
Expand Down

0 comments on commit 80947a4

Please sign in to comment.