Skip to content

Commit

Permalink
Bump algebra and atto to versions with scala.js 1.0 releases (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
cb372 authored Sep 4, 2020
1 parent 1e4b356 commit d4cc01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ lazy val coverage = (project in file(".coverage"))
lazy val V = new {
val cats = "2.2.0-RC1"
val refined = "0.9.15"
val algebra = "2.0.0"
val atto = "0.7.1"
val algebra = "2.0.1"
val atto = "0.8.0"
val scalacheck = "1.14.3"
val drostePrev = "0.7.0"
}
Expand Down

0 comments on commit d4cc01c

Please # to comment.