Skip to content

Commit 0c8b1d9

Browse files
authored
Update scala-library to 2.13.12 (#122)
* Update scala-library to 2.13.12 * Upgrade actions. * Clean plugins. * Upgrade sbt.
1 parent 262dbdd commit 0c8b1d9

File tree

5 files changed

+7
-15
lines changed

5 files changed

+7
-15
lines changed

.github/workflows/sbt-coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
coverage:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v1
15-
- uses: olafurpg/setup-scala@v13
14+
- uses: actions/checkout@v4
15+
- uses: coursier/setup-action@v1
1616
- name: branch-names
1717
id: branch-name
18-
uses: tj-actions/branch-names@v2.2
18+
uses: tj-actions/branch-names@v7
1919
- run: sbt coverage +test
2020
- run: sbt coverageReport coveralls
2121
env:

.github/workflows/sbt-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2.3.4
10+
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
13-
- uses: olafurpg/setup-scala@v10
13+
- uses: coursier/setup-action@v1
1414
- uses: olafurpg/setup-gpg@v3
1515
- run: sbt ci-release
1616
env:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val root = (project in file(".")).settings(
1313
url("https://github.com/zhongl")
1414
)
1515
),
16-
scalaVersion := "2.13.8",
16+
scalaVersion := "2.13.12",
1717
semanticdbEnabled := true,
1818
semanticdbVersion := scalafixSemanticdb.revision,
1919
scalafmtOnCompile := true,

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.2
1+
sbt.version=1.9.7

project/plugins.sbt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,8 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
66

77
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11")
88

9-
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
10-
119
addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.12")
1210

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-
1911
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
2012

2113
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")

0 commit comments

Comments
 (0)