Skip to content

Commit

Permalink
Merge branch 'develop' into da_AJ-1571_importSwatTests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb authored Mar 27, 2024
2 parents 1da1403 + f53c61a commit c563930
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object Dependencies {
// TODO: can these move to sbt's dependencyOverrides?
"io.netty" % "netty-handler" % nettyV, // netty is needed by the Elasticsearch client at runtime
"org.apache.lucene" % "lucene-queryparser" % "6.6.6", // pin to this version; it's the latest compatible with our elasticsearch client
"com.google.guava" % "guava" % "33.0.0-jre",
"com.google.guava" % "guava" % "33.1.0-jre",
// END transitive dependency overrides

// elasticsearch requires log4j, but we redirect log4j to logback
Expand All @@ -55,7 +55,7 @@ object Dependencies {
"org.broadinstitute.dsde.workbench" %% "workbench-oauth2" % s"0.6-$workbenchLibsHash",
"org.broadinstitute.dsde.workbench" %% "sam-client" % "0.1-ef83073",
"org.broadinstitute.dsde.workbench" %% "workbench-notifications" %s"0.6-$workbenchLibsHash",
"org.databiosphere" % "workspacedataservice-client-okhttp-jakarta" % "0.2.117-SNAPSHOT",
"org.databiosphere" % "workspacedataservice-client-okhttp-jakarta" % "0.2.118-SNAPSHOT",

"com.typesafe.akka" %% "akka-actor" % akkaV,
"com.typesafe.akka" %% "akka-slf4j" % akkaV,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")

addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")

Expand Down

0 comments on commit c563930

Please sign in to comment.