Skip to content

Commit

Permalink
Use latest version of scala-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesgaroux committed Jun 4, 2024
1 parent c4a062b commit c5e4bcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object WellcomeDependencies {

val defaultVersion = "32.40.4" // This is automatically bumped by the scala-libs release process, do not edit this line manually
val defaultVersion = "32.41.0" // This is automatically bumped by the scala-libs release process, do not edit this line manually

lazy val versions = new {
val typesafe = defaultVersion
Expand Down Expand Up @@ -170,7 +170,6 @@ object CatalogueDependencies {
WellcomeDependencies.sierraTypesafeLibrary ++
ExternalDependencies.secretsDependencies


val requestsDependencies: Seq[ModuleID] =
WellcomeDependencies.sierraTypesafeLibrary
}

0 comments on commit c5e4bcc

Please sign in to comment.