Skip to content

Commit

Permalink
Merge pull request #420 from SethTisue/fix-travis-publishing
Browse files Browse the repository at this point in the history
allow publishing for multiple Scala 3.0 prereleases
  • Loading branch information
SethTisue authored Jan 30, 2021
2 parents 7daff74 + c83ef6c commit 5e1fbf3
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 5e1fbf3

Please sign in to comment.