Skip to content

Commit 80bed22

Browse files
authored
Merge pull request #8 from jpbnetley/feature/library_updates
updated cats library to version 2.1.1
2 parents c0d6b51 + f8bf178 commit 80bed22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version := "0.1"
55
libraryDependencies ++= Seq(
66
"org.mongodb.scala" %% "mongo-scala-driver" % "2.8.0",
77
"io.monix" %% "monix" % "3.1.0",
8-
"org.typelevel" %% "cats-core" % "2.1.0",
8+
"org.typelevel" %% "cats-core" % "2.1.1",
99
"ch.qos.logback" % "logback-classic" % "1.2.3",
1010
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"
1111
)

0 commit comments

Comments
 (0)