Skip to content

Commit 844d1bf

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

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"set $projectPrefix/scalaVersion := $travisScalaVersion"),
361362
List(s"$projectPrefix/clean"),
362363
List(s"$testProjectPrefix/test"),
363364
List(s"$projectPrefix/publishLocal"),

0 commit comments

Comments
 (0)