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

Updated to Cats 2.4.1 #1674

Merged
merged 2 commits into from
Feb 11, 2021
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 @@ -135,7 +135,7 @@ ThisBuild / scmInfo := Some(

ThisBuild / autoAPIMappings := true

val CatsVersion = "2.3.1"
val CatsVersion = "2.4.1"
val Specs2Version = "4.10.5"
val ScalaCheckVersion = "1.15.2"
val DisciplineVersion = "1.1.3"
Expand Down
5 changes: 1 addition & 4 deletions kernel/shared/src/main/scala/cats/effect/kernel/Ref.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ import java.util.concurrent.atomic.{AtomicBoolean, AtomicReference}

import cats.data.State
import cats.effect.kernel.Ref.TransformedRef
import cats.instances.function._
import cats.instances.tuple._
import cats.syntax.bifunctor._
import cats.syntax.functor._
import cats.syntax.all._

import scala.annotation.tailrec

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.0"

addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.19.3")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.4.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
Expand Down