Skip to content

Commit

Permalink
update workbench-libs dependencies (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb authored Nov 13, 2024
1 parent 62709c8 commit 856e709
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ scalaVersion := "2.13.15"
val akkaV = "2.6.18"
val akkaHttpV = "10.2.7"
val slickV = "3.3.3"
val workbenchGoogleV = "0.28-3ad3700"

val scalaTestV = "3.2.19"

val workbenchLibsHash = "9254729"
val workbenchGoogleV = s"0.32-$workbenchLibsHash"
val workbenchNotificationsV = s"0.7-$workbenchLibsHash"


resolvers ++= Seq(
"Broad Artifactory Releases" at "https://broadinstitute.jfrog.io/broadinstitute/libs-release/",
"Broad Artifactory Snapshots" at "https://broadinstitute.jfrog.io/broadinstitute/libs-snapshot/")
Expand All @@ -32,7 +37,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.7-9254729"
"org.broadinstitute.dsde.workbench" %% "workbench-notifications" % workbenchNotificationsV
exclude("com.typesafe.akka", "akka-protobuf-v3_2.13")
exclude("com.google.protobuf", "protobuf-java"),
"com.typesafe.akka" %% "akka-http" % akkaHttpV,
Expand Down

0 comments on commit 856e709

Please sign in to comment.