Skip to content

Commit

Permalink
Merge pull request #897 from scala-steward/update/zio-json-0.1.2
Browse files Browse the repository at this point in the history
Update zio-json to 0.1.2
  • Loading branch information
adamw authored Mar 24, 2021
2 parents 8b5c66c + 0887f2d commit 37341ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ val circeVersion: Option[(Long, Long)] => String = {
case Some((2, 11)) => "0.11.2"
case _ => "0.13.0"
}
val zioJsonVersion: Option[(Long, Long)] => String = _ => "0.1"
val zioJsonVersion: Option[(Long, Long)] => String = _ => "0.1.2"
val playJsonVersion: Option[(Long, Long)] => String = {
case Some((2, 11)) => "2.7.4"
case _ => "2.9.2"
Expand Down

0 comments on commit 37341ab

Please sign in to comment.