Skip to content

Commit 0d1d0ee

Browse files
Sebastian NadorpBenFradet
authored andcommitted
Bump cats-effect to 1.1.0 (closes #40)
1 parent 4191654 commit 0d1d0ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ val root = (project in file(".")).
1111

1212
libraryDependencies ++= Seq(
1313
Dependencies.Libraries.catsCore,
14-
Dependencies.Libraries.catsEffect,
1514
Dependencies.Libraries.circeCore,
15+
Dependencies.Libraries.catsEffect,
1616
Dependencies.Libraries.circeGeneric,
1717
Dependencies.Libraries.circeParser,
1818
Dependencies.Libraries.specs2Core,

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 catsEffect = "0.10.1"
2221
val circe = "0.10.0"
2322
val specs2 = "4.2.0"
2423
val catsCore = "1.5.0"
24+
val catsEffect = "1.1.0"
2525
}
2626

2727
object Libraries {

0 commit comments

Comments
 (0)