Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot committed May 20, 2024
1 parent b34842c commit aeecf91
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 @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
scala: [2.12.18, 2.13.12]
scala: [2.12.18, 2.13.14]
os: [ubuntu-latest]
java: [11, 8]
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy val Version = new {

// Important: this should be the exact same version as the one mtags pulls, as mtags uses some scalameta internal APIs,
// and binary compatibility of these APIs isn't guaranteed.
// Get this version with a command like 'cs resolve org.scalameta:mtags_2.13.12:1.0.1 | grep org.scalameta:scalameta'
// Get this version with a command like 'cs resolve org.scalameta:mtags_2.13.14:1.0.1 | grep org.scalameta:scalameta'
def scalameta = "4.8.3"
}

Expand Down

0 comments on commit aeecf91

Please sign in to comment.