Skip to content

Commit 93ef47a

Browse files
authored
Update release.sh. add Scala 2.13
1 parent 24a5bd1 commit 93ef47a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

release.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@ sbt ++2.12.8 \
1010
play-dbapi-adapter/publishSigned \
1111
play-fixture/publishSigned
1212

13+
sbt ++2.13.0 \
14+
play-initializer/publishSigned \
15+
play-dbapi-adapter/publishSigned \
16+
play-fixture/publishSigned
17+
1318
sbt sonatypeRelease # FIXME: doesn't work.. java.lang.IllegalStateException: No staging repository is found. Run publishSigned first

0 commit comments

Comments
 (0)