Skip to content

Commit

Permalink
Bump sbt cross version
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Mar 27, 2019
1 parent 5c385f1 commit cd13c1a
Showing 1 changed file with 1 addition and 1 deletion.
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("1.1.5", "0.13.17"),
crossSbtVersions := Vector("1.2.1", "0.13.17"),

scalacOptions ++= List(
"-unchecked",
Expand Down

0 comments on commit cd13c1a

Please sign in to comment.