We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d21555e + 4a4f1a9 commit f0e02c4Copy full SHA for f0e02c4
project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
28
val hikariCP = "com.zaxxer" % "HikariCP" % "4.0.3"
29
val joda = "joda-time" % "joda-time" % "2.10.10"
30
val postgresql = "org.postgresql" % "postgresql" % "42.2.19"
31
- val cats = "org.typelevel" %% "cats-core" % "2.5.0"
+ val cats = "org.typelevel" %% "cats-core" % "2.6.0"
32
33
//Test
34
val playAhcWS = "com.typesafe.play" %% "play-ahc-ws" % "2.8.8" % Test
0 commit comments