Skip to content

Commit

Permalink
chore: updated scala 3 to version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devsprint committed Aug 29, 2023
1 parent 0986ab9 commit e9801cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
java: ['adopt@1.8', 'adopt@1.11']
scala: ['2.12.17', '2.13.8', '3.2.1']
scala: ['2.12.17', '2.13.8', '3.3.0']
steps:
- uses: actions/checkout@v3.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object BuildHelper {

val Scala212: String = versions("2.12")
val Scala213: String = versions("2.13")
val Scala3: String = versions("3.2") //versions.getOrElse("3.0", versions("3.1"))
val Scala3: String = versions("3.3") //versions.getOrElse("3.0", versions("3.1"))

val zioVersion = "2.0.16"
val zioJsonVersion = "0.6.1"
Expand Down

0 comments on commit e9801cf

Please sign in to comment.