Skip to content

Commit c83ef6c

Browse files
committed
allow publishing for multiple Scala 3.0 prereleases
1 parent 7daff74 commit c83ef6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ inThisBuild(
358358
}
359359

360360
Seq(
361+
List(s"""++${sys.env.get("TRAVIS_SCALA_VERSION").get}!"""),
361362
List(s"$projectPrefix/clean"),
362363
List(s"$testProjectPrefix/test"),
363364
List(s"$projectPrefix/publishLocal"),

0 commit comments

Comments
 (0)