Skip to content

Commit

Permalink
Merge pull request #1674 from djspiewak/feature/cats
Browse files Browse the repository at this point in the history
Updated to Cats 2.4.1
  • Loading branch information
djspiewak authored Feb 11, 2021
2 parents 88280c6 + 73771be commit 3231190
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
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

0 comments on commit 3231190

Please sign in to comment.