Skip to content

Commit

Permalink
Upgrade to ZIO 1.0 (#213)
Browse files Browse the repository at this point in the history
* upgrade to ZIO 1.0

* make constructor private

* format

Co-authored-by: Pierre Ricadat <[email protected]>
  • Loading branch information
adamgfraser and ghostdogpr authored Aug 4, 2020
1 parent c8aec96 commit 50b2cd0
Show file tree
Hide file tree
Showing 4 changed files with 366 additions and 245 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lazy val root = project
unusedCompileDependenciesFilter -= moduleFilter("org.scala-js", "scalajs-library")
)

val zioVersion = "1.0.0-RC21-2"
val zioVersion = "1.0.0"
lazy val interopCats = crossProject(JSPlatform, JVMPlatform)
.in(file("interop-cats"))
.enablePlugins(BuildInfoPlugin)
Expand Down
Loading

0 comments on commit 50b2cd0

Please sign in to comment.