Skip to content

Commit

Permalink
bump up zio to 2.0.4 and scala to 3.2.0 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmsamson authored Nov 25, 2022
1 parent e33b38d commit 00dd4e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
java: ['[email protected]', '[email protected]']
scala: ['2.12.16', '2.13.8', '3.1.2']
scala: ['2.12.16', '2.13.8', '3.2.0']
steps:
- uses: actions/[email protected]
- uses: olafurpg/setup-scala@v10
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inThisBuild(
)
)

val zioVersion = "2.0.2"
val zioVersion = "2.0.4"
val zioJsonVersion = "0.3.0"
val awsLambdaJavaTests = "1.1.1"

Expand Down
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import BuildInfoKeys._
object BuildHelper {
private val Scala212 = "2.12.16"
private val Scala213 = "2.13.8"
private val Scala3 = "3.1.2"
private val Scala3 = "3.2.0"
private val KindProjectorVersion = "0.13.2"

def buildInfoSettings(packageName: String) =
Expand Down

0 comments on commit 00dd4e4

Please sign in to comment.