Skip to content

Commit

Permalink
Merge pull request #804 from scala-steward/update/cats-core-2.2.0-RC4
Browse files Browse the repository at this point in the history
Update cats-core, cats-laws to 2.2.0-RC4
  • Loading branch information
fthomas authored Sep 1, 2020
2 parents 81e0b52 + 9ad3fad commit 393c2ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git"
val Scala212 = "2.12.11"
val Scala213 = "2.13.3"

val catsVersion = "2.2.0-RC3"
val catsVersion = "2.2.0-RC4"
val jsonpathVersion = "2.4.0"
val macroParadiseVersion = "2.1.1"
val pureconfigVersion = "0.13.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
package eu.timepit.refined.cats

import cats.implicits._
import cats.kernel.{Monoid, Semigroup}
import cats.kernel.laws.discipline.{MonoidTests, SemigroupTests, SerializableTests}
import eu.timepit.refined.scalacheck.numeric._
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package eu.timepit.refined.cats

import cats.implicits._
import cats.syntax.all._
import eu.timepit.refined.types.numeric._
import org.scalacheck.Prop.secure
import org.scalacheck.Properties
Expand Down

0 comments on commit 393c2ef

Please sign in to comment.