Skip to content

Commit

Permalink
bump Scala to 2.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
simerplaha committed Nov 3, 2021
1 parent 7bdbbbe commit b639744
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- run: sbt '++ 2.12.11 clean; compile'
- run: sbt '++ 2.12.15 clean; compile'

build_213-ubuntu:
runs-on: ubuntu-latest
Expand All @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- run: sbt '++ 2.13.1 clean; compile'
- run: sbt '++ 2.13.7 clean; compile'

#Windows
build_212-windows:
Expand All @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- run: sbt '++ 2.12.11 clean; compile'
- run: sbt '++ 2.12.15 clean; compile'

build_213-windows:
runs-on: windows-latest
Expand All @@ -43,4 +43,4 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- run: sbt '++ 2.13.1 clean; compile'
- run: sbt '++ 2.13.7 clean; compile'
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ val catsEffectVersion = "3.2.9"

//SCALA VERSIONS
val scala212 = "2.12.15"
val scala213 = "2.13.6"
val scala213 = "2.13.7"

val inlining =
Seq(
Expand Down

0 comments on commit b639744

Please sign in to comment.