From 848081bce3f2a6bfb92201b86c7bbad19cfb290e Mon Sep 17 00:00:00 2001 From: broadbot Date: Wed, 20 Dec 2023 12:04:05 +0000 Subject: [PATCH] Update workbench-notifications to 0.6-8376167 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,