aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt10
1 files changed, 4 insertions, 6 deletions
diff --git a/build.sbt b/build.sbt
index 6cd3de0..90e1a2c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -15,10 +15,8 @@ lazy val core = (project in file("."))
"io.getquill" %% "quill-jdbc" % "1.2.1",
"io.github.cloudify" %% "spdf" % "1.4.0",
"de.svenkubiak" % "jBCrypt" % "0.4.1",
- "com.google.cloud" % "google-cloud-storage" % "0.9.4-beta" excludeAll (
- ExclusionRule(organization = "io.netty")
- ),
- "com.github.pureconfig" %% "pureconfig" % "0.7.2",
- "ai.x" %% "diff" % "1.2.0-get-simple-name-fix" % "test",
- "org.scalatest" %% "scalatest" % "3.0.0" % "test"
+ "com.google.cloud" % "google-cloud-storage" % "0.9.4-beta",
+ "com.github.pureconfig" %% "pureconfig" % "0.7.2",
+ "ai.x" %% "diff" % "1.2.0-get-simple-name-fix" % "test",
+ "org.scalatest" %% "scalatest" % "3.0.0" % "test"
))