File tree Expand file tree Collapse file tree 5 files changed +7
-15
lines changed Expand file tree Collapse file tree 5 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
coverage :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v1
15
- - uses : olafurpg /setup-scala@v13
14
+ - uses : actions/checkout@v4
15
+ - uses : coursier /setup-action@v1
16
16
- name : branch-names
17
17
id : branch-name
18
- uses : tj-actions/branch-names@v2.2
18
+ uses : tj-actions/branch-names@v7
19
19
- run : sbt coverage +test
20
20
- run : sbt coverageReport coveralls
21
21
env :
Original file line number Diff line number Diff line change 7
7
publish :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2.3.4
10
+ - uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
- - uses : olafurpg /setup-scala@v10
13
+ - uses : coursier /setup-action@v1
14
14
- uses : olafurpg/setup-gpg@v3
15
15
- run : sbt ci-release
16
16
env :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ lazy val root = (project in file(".")).settings(
13
13
url(" https://github.com/zhongl" )
14
14
)
15
15
),
16
- scalaVersion := " 2.13.8 " ,
16
+ scalaVersion := " 2.13.12 " ,
17
17
semanticdbEnabled := true ,
18
18
semanticdbVersion := scalafixSemanticdb.revision,
19
19
scalafmtOnCompile := true ,
Original file line number Diff line number Diff line change 1
- sbt.version =1.7.2
1
+ sbt.version =1.9.7
Original file line number Diff line number Diff line change @@ -6,16 +6,8 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
6
6
7
7
addSbtPlugin(" org.scoverage" % " sbt-coveralls" % " 1.3.11" )
8
8
9
- addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 4.1.1" )
10
-
11
9
addSbtPlugin(" com.artima.supersafe" % " sbtplugin" % " 1.1.12" )
12
10
13
- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.15" )
14
-
15
- addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.2.1" )
16
-
17
- addSbtPlugin(" com.github.sbt" % " sbt-git" % " 2.0.1" )
18
-
19
11
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12" )
20
12
21
13
addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.11.1" )
You can’t perform that action at this time.
0 commit comments