We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0d6b51 + f8bf178 commit 80bed22Copy full SHA for 80bed22
1 file changed
build.sbt
@@ -5,7 +5,7 @@ version := "0.1"
5
libraryDependencies ++= Seq(
6
"org.mongodb.scala" %% "mongo-scala-driver" % "2.8.0",
7
"io.monix" %% "monix" % "3.1.0",
8
- "org.typelevel" %% "cats-core" % "2.1.0",
+ "org.typelevel" %% "cats-core" % "2.1.1",
9
"ch.qos.logback" % "logback-classic" % "1.2.3",
10
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"
11
)
0 commit comments