Skip to content

Commit

Permalink
Build for sbt 1.x by default spray#97
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Dec 21, 2020
1 parent d75a1ea commit 8c4466e
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 @@ -2,7 +2,7 @@ sbtPlugin := true

scalacOptions := Seq("-deprecation", "-encoding", "utf8")

crossSbtVersions := Vector("0.13.18", "1.2.8")
crossSbtVersions := Vector("1.2.8", "0.13.18")

// Scripted test options.

Expand Down

0 comments on commit 8c4466e

Please sign in to comment.