Skip to content
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 @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
java: [ adopt@1.11 ]
scala: [ 2.13.6 ]
scala: [ 2.13.8 ]
steps:
- name: Checkout current branch
uses: actions/checkout@v2
Expand All @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
java: [adopt@1.8, adopt@1.11]
scala: [2.12.15, 2.13.6]
scala: [2.12.15, 2.13.8]
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val testContainersVersion = "0.39.8"
lazy val logbackVersion = "1.2.5"

val scala2_12 = "2.12.15"
val scala2_13 = "2.13.6"
val scala2_13 = "2.13.8"

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

Expand Down