Skip to content

Commit

Permalink
clean deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigogdea committed Mar 17, 2021
1 parent afbf13c commit 79ef367
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ lazy val commonSettings = Seq(

libraryDependencies += "org.reactivemongo" %% "reactivemongo" % rxmongoVersion,
libraryDependencies += "org.reactivemongo" %% "reactivemongo-akkastream" % rxmongoVersion,
// For Mac OS X (x86-64), kqueue native support
libraryDependencies += "org.reactivemongo" % "reactivemongo-shaded-native" % "1.0.3-osx-x86-64" % "runtime",
// For Linux (x86-64), kqueue native support
libraryDependencies += "org.reactivemongo" % "reactivemongo-shaded-native" % "1.0.3-linux-x86-64" % "runtime",

libraryDependencies += "com.typesafe.play" %% "play-json" % "2.9.2",

Expand Down

0 comments on commit 79ef367

Please sign in to comment.