From 30acfc9dd847b6e982892b9a46fe82e7f1fd4daa Mon Sep 17 00:00:00 2001 From: BuildKite on behalf of Wellcome Collection Date: Thu, 17 Aug 2023 11:45:41 +0000 Subject: [PATCH] Bump scala-libs to v32.38.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 171079b9c..dae7833e8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,7 +2,7 @@ import sbt._ object WellcomeDependencies { - val defaultVersion = "32.37.0" // This is automatically bumped by the scala-libs release process, do not edit this line manually + val defaultVersion = "32.38.0" // This is automatically bumped by the scala-libs release process, do not edit this line manually lazy val versions = new { val typesafe = defaultVersion