diff --git a/build.sbt b/build.sbt index 71975cc1..372eb646 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ libraryDependencies ++= Seq( exclude("org.bouncycastle", "bcprov-ext-jdk15on") exclude("org.bouncycastle", "bcutil-jdk15on") exclude("org.bouncycastle", "bcpkix-jdk15on"), - "org.broadinstitute.dsde.workbench" %% "workbench-notifications" % "0.3-084d25b" + "org.broadinstitute.dsde.workbench" %% "workbench-notifications" % "0.6-8376167" exclude("com.typesafe.akka", "akka-protobuf-v3_2.13") exclude("com.google.protobuf", "protobuf-java"), "com.typesafe.akka" %% "akka-http" % akkaHttpV,