Skip to content

Commit

Permalink
bump version of scala-libs to use buildElasticClientConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoir committed Jan 7, 2025
1 parent c3e21d0 commit 91a67c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 103 deletions.
93 changes: 0 additions & 93 deletions common/lambda/src/main/scala/weco/lambda/ElasticBuilder.scala

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package weco.pipeline.relation_embedder.lib

import com.typesafe.config.Config
import weco.lambda.ElasticBuilder.buildElasticClientConfig
import weco.elasticsearch.typesafe.ElasticBuilder.buildElasticClientConfig
import weco.elasticsearch.typesafe.ElasticConfig
import weco.lambda._
import weco.messaging.typesafe.SNSBuilder.buildSNSConfig

Expand Down
19 changes: 10 additions & 9 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
import sbt._
import scala.language.reflectiveCalls
object WellcomeDependencies {
lazy val defaultVersion = "32.43.4"
lazy val versions = new {
val typesafe = "32.43.2"
val fixtures = "32.43.2"
val http = "32.43.2"
val json = "32.43.2"
val messaging = "32.43.2"
val monitoring = "32.43.2"
val storage = "32.43.2"
val elasticsearch = "32.43.2"
val sierra = "32.43.2"
val typesafe = defaultVersion
val fixtures = defaultVersion
val http = defaultVersion
val json = defaultVersion
val messaging = defaultVersion
val monitoring = defaultVersion
val storage = defaultVersion
val elasticsearch = defaultVersion
val sierra = defaultVersion
}

val jsonLibrary: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit 91a67c5

Please sign in to comment.