From e498767734d6305e6094fc88d084aa62d4e430e6 Mon Sep 17 00:00:00 2001 From: WeCo bot <53337611+weco-bot@users.noreply.github.com> Date: Wed, 12 Jun 2024 10:01:09 +0100 Subject: [PATCH] Bump scala-libs to v32.41.1 (#1129) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 89ec7ecbf..448c26dc5 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,7 +1,7 @@ import sbt._ object WellcomeDependencies { - val defaultVersion = "32.41.0" // This is automatically bumped by the scala-libs release process, do not edit this line manually + val defaultVersion = "32.41.1" // This is automatically bumped by the scala-libs release process, do not edit this line manually lazy val versions = new { val fixtures = defaultVersion