Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #399 from scala-steward/update/scala-library-2.12.13
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.13
  • Loading branch information
larsrh authored Feb 27, 2021
2 parents fd305c2 + 2a10932 commit 4b8e997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.12]
scala: [2.12.13]
java: [[email protected]]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scalacOptions ++= Seq(Opts.compile.deprecation, "-feature")

licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))

scalaVersion := "2.12.12"
scalaVersion := "2.12.13"

scmInfo := Some(ScmInfo(url("https://github.com/inthenow/sbt-catalysts"), "[email protected]:inthenow/sbt-catalysts.git"))

Expand Down

0 comments on commit 4b8e997

Please sign in to comment.