Skip to content
Closed
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
Update cats-core to 2.2.0-RC1
  • Loading branch information
scala-steward committed Jul 6, 2020
commit 7b6250326dc6b86e32209ec9f60b88f1f112c1c3
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Dependencies {
val postgresql = "org.postgresql" % "postgresql" % "42.2.5"
val akkaStreams = "com.typesafe.akka" %% "akka-stream" % "2.5.30"

val cats = "org.typelevel" %% "cats-core" % "2.2.0-M2"
val cats = "org.typelevel" %% "cats-core" % "2.2.0-RC1"

//Test
val playAhcWS = "com.typesafe.play" %% "play-ahc-ws" % "2.6.15" % Test
Expand Down