Skip to content

Commit c0f385d

Browse files
authored
Merge pull request #210 from masahitojp/chore/update-sbt-to-1.1.6
chore: upgrade sbt to 1.1.6
2 parents c8b0589 + f3713a6 commit c0f385d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
66
organization := "net.debasishg",
77
version := "3.7",
88
scalaVersion := "2.11.12",
9-
crossScalaVersions := Seq("2.12.4", "2.11.12", "2.10.7"),
9+
crossScalaVersions := Seq("2.12.6", "2.11.12", "2.10.7"),
1010

1111
scalacOptions in Compile ++= Seq( "-unchecked", "-feature", "-language:postfixOps", "-deprecation" ),
1212

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.1.0
1+
sbt.version=1.1.6

0 commit comments

Comments
 (0)