Skip to content

Commit

Permalink
Drop sbt 0.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Apr 30, 2020
1 parent 128cd43 commit 97f4988
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 @@ -14,7 +14,7 @@ pomIncludeRepository := { _ =>
false
}

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

scalaVersion in ThisBuild := "2.12.8"

Expand Down

0 comments on commit 97f4988

Please sign in to comment.