Skip to content

Commit

Permalink
Merge pull request #269 from scala-steward/update/scala-library-2.12.16
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.16
  • Loading branch information
regis-leray authored Aug 12, 2022
2 parents 33d90d9 + 9c8a74c commit 4efbe80
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 @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
java: ['[email protected]']
scala: ['2.11.12', '2.12.15', '2.13.8']
scala: ['2.11.12', '2.12.16', '2.13.8']
steps:
- name: Checkout current branch
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object BuildHelper {
)

final private val Scala211 = "2.11.12"
final private val Scala212 = "2.12.15"
final private val Scala212 = "2.12.16"
final private val Scala213 = "2.13.8"

final private val stdOptions = Seq(
Expand Down

0 comments on commit 4efbe80

Please sign in to comment.