Skip to content

Commit

Permalink
Bump ZIO dep to 1.0-RC21-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvv committed Jul 5, 2020
1 parent 2565600 commit 16698a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -5,7 +5,7 @@ import xerial.sbt.Sonatype._
inThisBuild(
Seq(
organization := "com.github.mvv.zilog",
version := "0.1-M11", // next is M12
version := "0.1-M12", // next is M13
homepage := Some(url("https://github.com/mvv/zilog")),
scmInfo := Some(ScmInfo(url("https://github.com/mvv/zilog"), "scm:git@github.com:mvv/zilog.git")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
Expand Down Expand Up @@ -66,7 +66,7 @@ lazy val macroSettings: Seq[Def.SettingsDefinition] =
}
)

val zioVersion = "1.0.0-RC19-2"
val zioVersion = "1.0.0-RC21-2"
val zio = "dev.zio" %% "zio" % zioVersion

lazy val zioTestSettings: Seq[Def.SettingsDefinition] =
Expand Down Expand Up @@ -104,7 +104,7 @@ lazy val sager = (project in file("sager"))
name := "zilog-sager",
description := "Using generic records to carry logging service in environment",
libraryDependencies ++=
Seq(zio % Provided, "com.github.mvv.sager" %% "sager-zio" % "0.1-M4")
Seq(zio % Provided, "com.github.mvv.sager" %% "sager-zio" % "0.1-M5")
)
.settings(macroSettings: _*)
.settings(zioTestSettings: _*)
Expand Down
@@ -1,7 +1,6 @@
package com.github.mvv.zilog.test

import com.github.mvv.zilog.{Logger, Logging}
import zio.UIO
import zio.test._
import zio.test.environment.TestEnvironment
import zio.test.Assertion.isUnit
Expand Down

0 comments on commit 16698a0

Please sign in to comment.