Skip to content

Commit

Permalink
Update to ZIO 2.0.0 final (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo authored Jun 27, 2022
1 parent 7fd45d2 commit 4bebeba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ object BuildHelper {
val Scala213: String = versions("2.13")
val ScalaDotty: String = "3.1.0" //versions.getOrElse("3.0", versions("3.1"))

val zioVersion = "2.0.0-RC6"
val zioJsonVersion = "0.3.0-RC8"
val zioPreludeVersion = "1.0.0-RC14"
val zioOpticsVersion = "0.2.0-RC4"
val zioVersion = "2.0.0"
val zioJsonVersion = "0.3.0-RC9"
val zioPreludeVersion = "1.0.0-RC15"
val zioOpticsVersion = "0.2.0"
val silencerVersion = "1.7.8"

private val testDeps = Seq(
Expand Down

0 comments on commit 4bebeba

Please sign in to comment.