Skip to content
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

Update cats-core, cats-laws to 2.2.0-RC4 #804

Merged
merged 1 commit into from
Sep 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"[email protected]:$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