Skip to content

Commit

Permalink
Merge pull request #233 from tkrs/update/scala-library-2.12.15
Browse files Browse the repository at this point in the history
build(deps): bump scala-library from 2.12.12 to 2.12.15
  • Loading branch information
tkrs committed Oct 4, 2021
2 parents d8ee09c + 5886406 commit 7341bed
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
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
scala:
[2.12.12, 2.13.6]
[2.12.15, 2.13.6]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -4,7 +4,7 @@ object Dependencies {
val Ver = new {
val scala3 = "3.0.2"
val `scala2.13` = "2.13.6"
val `scala2.12` = "2.12.12"
val `scala2.12` = "2.12.15"

val organizeImports = "0.5.0"

Expand Down

0 comments on commit 7341bed

Please sign in to comment.