Skip to content

Commit 4191654

Browse files
Sebastian NadorpBenFradet
authored andcommitted
Bump cats-core to 1.5.0 (closes #39)
1 parent 8a85b26 commit 4191654

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
@@ -18,10 +18,10 @@ import sbt._
1818

1919
object Dependencies {
2020
object V {
21-
val catsCore = "1.1.0"
2221
val catsEffect = "0.10.1"
2322
val circe = "0.10.0"
2423
val specs2 = "4.2.0"
24+
val catsCore = "1.5.0"
2525
}
2626

2727
object Libraries {

0 commit comments

Comments
 (0)