Skip to content

Commit

Permalink
upgrade zio version (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgfraser authored Apr 9, 2022
1 parent bd97f19 commit db4a598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ addCommandAlias(
";zioNio/test;examples/test"
)

val zioVersion = "2.0.0-RC4"
val zioVersion = "2.0.0-RC5"

lazy val zioNio = project
.in(file("nio"))
Expand Down
2 changes: 1 addition & 1 deletion nio/src/test/scala/zio/nio/charset/CharsetSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import zio.test.{ZSpec, _}

import java.nio.charset.{CharacterCodingException, MalformedInputException, UnmappableCharacterException}

object CharsetSpec extends DefaultRunnableSpec {
object CharsetSpec extends ZIOSpecDefault {

override def spec: Spec[Any, TestFailure[CharacterCodingException], TestSuccess] =
suite("CharsetSpec")(
Expand Down

0 comments on commit db4a598

Please sign in to comment.