Skip to content

Commit f0e02c4

Browse files
authored
Merge pull request #137 from innFactory/update/cats-core-2.6.0
Update cats-core to 2.6.0
2 parents d21555e + 4a4f1a9 commit f0e02c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object Dependencies {
2828
val hikariCP = "com.zaxxer" % "HikariCP" % "4.0.3"
2929
val joda = "joda-time" % "joda-time" % "2.10.10"
3030
val postgresql = "org.postgresql" % "postgresql" % "42.2.19"
31-
val cats = "org.typelevel" %% "cats-core" % "2.5.0"
31+
val cats = "org.typelevel" %% "cats-core" % "2.6.0"
3232

3333
//Test
3434
val playAhcWS = "com.typesafe.play" %% "play-ahc-ws" % "2.8.8" % Test

0 commit comments

Comments
 (0)