Skip to content

Commit

Permalink
Update alleycats-core, cats-core, cats-free, ... to 2.0.0-RC2 (#695)
Browse files Browse the repository at this point in the history
* Update alleycats-core, cats-core, cats-free, ... to 2.0.0-RC2

* add cats sortedMap instance import

typelevel/cats#3001
  • Loading branch information
scala-steward authored and xuwei-k committed Aug 27, 2019
1 parent 22c7e2d commit 844b931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ lazy val buildSettings = Seq(
scmInfo := Some(ScmInfo(url("https://github.com/julien-truffaut/Monocle"), "scm:git:git@github.com:julien-truffaut/Monocle.git"))
)

lazy val catsVersion = "2.0.0-RC1"
lazy val catsVersion = "2.0.0-RC2"

lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % catsVersion)
lazy val catsFree = Def.setting("org.typelevel" %%% "cats-free" % catsVersion)
Expand Down
1 change: 1 addition & 0 deletions test/shared/src/test/scala/monocle/std/SortedMapSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package monocle.std
import monocle.MonocleSuite
import monocle.law.discipline.function._
import scala.collection.immutable.SortedMap
import cats.kernel.instances.sortedMap._

class SortedMapSpec extends MonocleSuite {
checkAll("at SortedMap", AtTests[SortedMap[Int, String], Int, Option[String]])
Expand Down

0 comments on commit 844b931

Please sign in to comment.