File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ on :
2+ push :
3+ pull_request :
4+
5+ jobs :
6+ build :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/checkout@v6
10+ - uses : sbt/setup-sbt@v1
11+ - uses : actions/setup-java@v5
12+ with :
13+ java-version : ' 17'
14+ distribution : ' adopt'
15+ - run : sbt test
Original file line number Diff line number Diff line change 11name := " gitbucket-announce-plugin"
22organization := " fr.brouillard.gitbucket"
33version := " 1.14.0"
4- scalaVersion := " 2.13.5 "
5- gitbucketVersion := " 4.35.3 "
4+ scalaVersion := " 2.13.18 "
5+ gitbucketVersion := " 4.45.0 "
66scalacOptions += " -deprecation"
Original file line number Diff line number Diff line change 1- sbt.version = 1.5 .0
1+ sbt.version = 1.12 .0
Original file line number Diff line number Diff line change 1- addSbtPlugin(" io.github.gitbucket" % " sbt-gitbucket-plugin" % " 1.5.1 " )
1+ addSbtPlugin(" io.github.gitbucket" % " sbt-gitbucket-plugin" % " 1.6.0 " )
You can’t perform that action at this time.
0 commit comments