Skip to content

Commit

Permalink
add comment for crossSbtVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 16, 2019
1 parent 2b56665 commit fa38be3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name := "sbt-release"
homepage := Some(url("https://github.com/sbt/sbt-release"))
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0"))

// Don't update crossSbtVersions!
// https://github.com/sbt/sbt/issues/5049
crossSbtVersions := Vector("0.13.18", "1.1.6")
publishMavenStyle := false
scalacOptions ++= Seq("-deprecation", "-feature", "-language:implicitConversions")
Expand Down

0 comments on commit fa38be3

Please sign in to comment.