-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
object Versions { | ||
val Scala212 = "2.12.19" | ||
val Scala213 = "2.13.12" | ||
val Scala3 = "3.3.1" | ||
val zio = "2.0.17" | ||
val Scala213 = "2.13.13" | ||
val Scala3 = "3.3.3" | ||
val zio = "2.0.21" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
matrix: | ||
java: ['11', '17', '21'] | ||
# These version must be different than the versions in V.scala to verify that we are reading from the ci.yml file. | ||
scala: ['2.12.19', '2.13.12', '3.3.1' ] | ||
scala: ['2.12.19', '2.13.13', '3.3.3' ] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
|