Skip to content

Commit

Permalink
zio 2.1.1, removed java 8 support (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoon authored May 14, 2024
1 parent ef58cdf commit d85b460
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
fail-fast: false
matrix:
java:
- '8'
- '11'
- '17'
scala:
Expand Down
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ inThisBuild(
),
Developer("justcoon", "Peter Kotula", "[email protected]", url("https://github.com/justcoon"))
),
zioVersion := "2.0.22",
zioVersion := "2.1.1",
scala212 := "2.12.17",
scala213 := "2.13.10",
scala3 := "3.3.0"
scala3 := "3.3.0",
javaPlatform := "11",
javaPlatforms := Seq("11", "17")
)
)

Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Versions {
val zioMetricsConnectorsVersion = "2.3.1"
val zioConfig = "4.0.2"
val zioParser = "0.1.10"
val zioPrelude = "1.0.0-RC25"
val zioPrelude = "1.0.0-RC26"
val zioHttp = "3.0.0-RC6"
val log4jVersion = "2.23.1"
}

0 comments on commit d85b460

Please sign in to comment.