Skip to content

Commit

Permalink
Merge pull request #678 from wellcomecollection/bump-scala-libs-to-v3…
Browse files Browse the repository at this point in the history
…2.27.0

Bump scala-libs to v32.27.0
  • Loading branch information
agnesgaroux authored Aug 1, 2023
2 parents 3b09e50 + 8a92820 commit 7913484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 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.26.0" // This is automatically bumped by the scala-libs release process, do not edit this line manually
val defaultVersion = "32.27.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 @@ -101,7 +101,7 @@ object ExternalDependencies {

// This should match the version used in scala-libs
// See https://github.com/wellcomecollection/scala-libs/blob/main/project/Dependencies.scala
val akka = "2.6.19"
val akka = "2.6.20"
val akkaHttp = "10.2.9"
val aws2 = "2.11.14"
}
Expand Down

0 comments on commit 7913484

Please sign in to comment.