Skip to content

Commit

Permalink
allow publishing for multiple Scala 3.0 prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Jan 30, 2021
1 parent 7daff74 commit c83ef6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ inThisBuild(
}

Seq(
List(s"""++${sys.env.get("TRAVIS_SCALA_VERSION").get}!"""),
List(s"$projectPrefix/clean"),
List(s"$testProjectPrefix/test"),
List(s"$projectPrefix/publishLocal"),
Expand Down

0 comments on commit c83ef6c

Please sign in to comment.