Skip to content

Commit

Permalink
mongo driver typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RawToast committed Dec 4, 2019
1 parent c6089cf commit ba35e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dokusho-server/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ libraryDependencies ++= Seq(
"io.circe" %% "circe-generic-extras" % CIRCE_VERSION,
"io.circe" %% "circe-parser" % CIRCE_VERSION,

"org.mongodb.scala" %% "mongo-scala-drhttpiver" % MONGO_VERSION,
"org.mongodb.scala" %% "mongo-scala-driver" % MONGO_VERSION,

"ch.qos.logback" % "logback-classic" % "1.2.3",

Expand Down

0 comments on commit ba35e9b

Please sign in to comment.