Skip to content

Commit

Permalink
cross build: sbt 0.13.17 and sbt 1.1.1 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored and ktoso committed Feb 20, 2018
1 parent a6f5b8e commit 26a0172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val jmhVersion = {
val commonSettings = Seq(
organization := "pl.project13.scala",

crossSbtVersions := Vector("0.13.16", "1.0.0"),
crossSbtVersions := Vector("0.13.17", "1.1.1"),

scalacOptions ++= List(
"-unchecked",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.16
sbt.version=0.13.17

0 comments on commit 26a0172

Please sign in to comment.