aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 8801de7..7778e02 100644
--- a/build.sbt
+++ b/build.sbt
@@ -28,5 +28,6 @@ lazy val core = (project in file("."))
"org.asynchttpclient" % "async-http-client" % "2.0.24",
"org.slf4j" % "slf4j-api" % "1.7.21",
"ai.x" %% "diff" % "1.2.0-get-simple-name-fix" % "test",
- "org.scalatest" %% "scalatest" % "3.0.0" % "test"
+ "org.scalatest" %% "scalatest" % "3.0.0" % "test",
+ "xyz.driver" %% "core" % "0.16.3" excludeAll (ExclusionRule(organization = "io.netty"))
))