Skip to content

Commit

Permalink
Update scala-library to 2.13.12 (#122)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.13.12

* Upgrade actions.

* Clean plugins.

* Upgrade sbt.
  • Loading branch information
zhongl authored Nov 28, 2023
1 parent 262dbdd commit 0c8b1d9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sbt-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v13
- uses: actions/checkout@v4
- uses: coursier/setup-action@v1
- name: branch-names
id: branch-name
uses: tj-actions/branch-names@v2.2
uses: tj-actions/branch-names@v7
- run: sbt coverage +test
- run: sbt coverageReport coveralls
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sbt-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v10
- uses: coursier/setup-action@v1
- uses: olafurpg/setup-gpg@v3
- run: sbt ci-release
env:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val root = (project in file(".")).settings(
url("https://github.com/zhongl")
)
),
scalaVersion := "2.13.8",
scalaVersion := "2.13.12",
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,
scalafmtOnCompile := true,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.2
sbt.version=1.9.7
8 changes: 0 additions & 8 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,8 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")

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

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.12")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15")

addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

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

0 comments on commit 0c8b1d9

Please sign in to comment.