Skip to content

Commit

Permalink
Update cats-core to 2.2.0-RC3
Browse files Browse the repository at this point in the history
For testing the Cats 2.2.0 Scalafix migration: scala-steward-org/scala-steward#1588
  • Loading branch information
fthomas committed Sep 1, 2020
1 parent ff2b205 commit 9ba6ce1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ libraryDependencies := List(
//"co.fs2" %% "fs2-core" % "0.10.7",
//"org.http4s" %% "http4s-core" % "0.18.24",
//"org.http4s" %% "http4s-dsl" % "0.18.24",
"org.typelevel" %% "cats-core" % "2.0.0",
"org.typelevel" %% "cats-core" % "2.2.0-RC3",
//"com.spotify" %% "scio-avro" % "0.6.1",
//"com.spotify" %% "scio-core" % "0.6.1",
//"com.spotify" %% "scio-test" % "0.6.1",
//"com.spotify" %% "scio-bigquery" % "0.6.1",

"org.scalatest" %% "scalatest" % "3.2.2"
//"org.scalatest" %% "scalatest" % "3.2.2"
)

scalafixDependencies += "com.nequissimus" %% "sort-imports" % "0.5.4"
5 changes: 5 additions & 0 deletions src/main/scala/cats_2_0_0_RC4.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import cats.implicits._

class cats_2_0_0_RC4 {
Either.catchNonFatal("123".toInt)
}
3 changes: 2 additions & 1 deletion src/main/scala/scalatest_3_0_8.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

/*
import org.scalatest.funsuite.AnyFunSuite
class scalatest_3_0_8 extends AnyFunSuite {
}
*/

0 comments on commit 9ba6ce1

Please sign in to comment.