Skip to content

Commit

Permalink
Merge pull request #8 from jpbnetley/feature/library_updates
Browse files Browse the repository at this point in the history
updated cats library to version 2.1.1
  • Loading branch information
jpbnetley authored Feb 25, 2020
2 parents c0d6b51 + f8bf178 commit 80bed22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version := "0.1"
libraryDependencies ++= Seq(
"org.mongodb.scala" %% "mongo-scala-driver" % "2.8.0",
"io.monix" %% "monix" % "3.1.0",
"org.typelevel" %% "cats-core" % "2.1.0",
"org.typelevel" %% "cats-core" % "2.1.1",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"
)
Expand Down

0 comments on commit 80bed22

Please sign in to comment.