Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
SCALA_VERSION: "2.12.20"
OS: "windows-latest"
- JDK: "8"
SCALA_VERSION: "2.13.14"
SCALA_VERSION: "2.13.15"
OS: "ubuntu-latest"
- JDK: "17"
SCALA_VERSION: "2.12.20"
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
strategy:
fail-fast: false
matrix:
SCALA_VERSION: ["2.12.20", "2.13.14"]
SCALA_VERSION: ["2.12.20", "2.13.15"]
steps:
- name: Don't convert LF to CRLF during checkout
if: runner.os == 'Windows'
Expand Down
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def jvmIndex = "https://github.com/coursier/jvm-index/raw/master/index.json"
def csDockerVersion = "2.1.0-RC1"

object ScalaVersions {
def scala213 = "2.13.14"
def scala213 = "2.13.15"
def scala212 = "2.12.20"
val all = Seq(scala213, scala212)

Expand Down
Loading