Skip to content

Commit

Permalink
Upgrade zio and zio-json (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdogpr authored Feb 21, 2021
1 parent 4e01032 commit 3d17d19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ val playJsonVersion = "2.9.2"
val silencerVersion = "1.7.1"
val sttpVersion = "3.1.3"
val tapirVersion = "0.17.12"
val zioVersion = "1.0.4"
val zioVersion = "1.0.4-2"
val zioInteropCatsVersion = "2.3.1.0"
val zioConfigVersion = "1.0.0"
val zqueryVersion = "0.2.6"
val zioJsonVersion = "0.0.1"
val zioJsonVersion = "0.1"

inThisBuild(
List(
Expand Down
2 changes: 1 addition & 1 deletion tools/src/test/scala/caliban/tools/ClientWriterSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package caliban.tools
import caliban.parsing.Parser
import zio.Task
import zio.test.Assertion._
import zio.test.{ assertM, suite, testM, DefaultRunnableSpec, TestAspect, ZSpec }
import zio.test._
import zio.test.environment.TestEnvironment

object ClientWriterSpec extends DefaultRunnableSpec {
Expand Down
2 changes: 1 addition & 1 deletion tools/src/test/scala/caliban/tools/SchemaWriterSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package caliban.tools
import caliban.parsing.Parser
import zio.Task
import zio.test.Assertion.equalTo
import zio.test.{ assertM, suite, testM, DefaultRunnableSpec, TestAspect, ZSpec }
import zio.test._
import zio.test.environment.TestEnvironment

object SchemaWriterSpec extends DefaultRunnableSpec {
Expand Down

0 comments on commit 3d17d19

Please sign in to comment.