-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zio 1.0.0 rc21 #92
Zio 1.0.0 rc21 #92
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good with two small corrections!
build.sbt
Outdated
@@ -27,24 +27,24 @@ inThisBuild( | |||
addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt") | |||
addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck") | |||
|
|||
val zioVersion = "1.0.0-RC20" | |||
val zioVersion = "1.0.0-RC21" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can bump this one to use 21-1.
build.sbt
Outdated
"dev.zio" %% "zio-test-sbt" % zioVersion % Test | ||
"dev.zio" %% "zio" % zioVersion, | ||
"dev.zio" %% "zio-streams" % zioVersion, | ||
"dev.zio" %% "zio-nio" % "1.0.0-RC7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, RC8 is now available.
@mijicd thanks for your review, i applied the changes. |
@regis-leray Should be fixed now. |
No description provided.