Skip to content

Commit

Permalink
build(deps): bump scala-library from 2.12.12 to 2.12.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrs committed Oct 4, 2021
1 parent d8ee09c commit 5886406
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 5886406

Please sign in to comment.