Skip to content

Commit

Permalink
upgrade zio version (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgfraser authored Apr 9, 2022
1 parent da7e6b8 commit d3fbc11
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 @@ -20,7 +20,7 @@ inThisBuild(
)
)

val ZioVersion = "2.0.0-RC4"
val ZioVersion = "2.0.0-RC5"
val scalaJavaTimeVersion = "2.3.0"
val slf4jVersion = "1.7.35"

Expand Down
2 changes: 1 addition & 1 deletion core/jvm/src/test/scala/zio/logging/LogFormatSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import zio.{ Cause, FiberId, LogLevel, ZTraceElement }
import LogFormat.{ level, line, _ }

object LogFormatSpec extends ZIOSpecDefault {
val spec: ZSpec[Environment, Failure] = suite("LogFormatSpec")(
val spec: ZSpec[Environment, Any] = suite("LogFormatSpec")(
test("line") {
val format = line
check(Gen.string) { line =>
Expand Down

0 comments on commit d3fbc11

Please sign in to comment.