Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scala-library to 2.12.16 #228

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
java: [ adopt@1.8 ]
scala: [ 2.12.13 ]
scala: [ 2.12.16 ]
steps:
- name: Checkout current branch
uses: actions/checkout@v2
Expand All @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
java: [adopt@1.8]
scala: [2.12.13]
scala: [2.12.16]
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
Expand Down
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pull_request_rules:
- name: automatically merge dependency update PRs on CI success
conditions:
- author=nryanov-auto
- "status-success=scalafmt (adopt@1.8, 2.12.13)"
- "status-success=Scala 2.12.13, Java adopt@1.8"
- "status-success=scalafmt (adopt@1.8, 2.12.16)"
- "status-success=Scala 2.12.16, Java adopt@1.8"
actions:
merge:
method: merge
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy val munitVersion = "0.7.29"
lazy val testcontainersVersion = "0.40.8"
lazy val testcontainersJavaVersion = "1.17.2"

val scala2_12 = "2.12.13"
val scala2_12 = "2.12.16"

val compileAndTest = "compile->compile;test->test"

Expand Down