From 0d51d33af00cfd25ee79d0116a23fcebd20033e2 Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Mon, 16 Sep 2024 08:28:36 +0000 Subject: [PATCH 1/2] Update sbt to 1.10.2 in scala-steward-dependencies --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index ee4c672c..0b699c30 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 From 2ee68817a1219a5a1f39f86ea92b7baaae85c8c8 Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Sat, 28 Sep 2024 08:25:10 +0000 Subject: [PATCH 2/2] Update scala-library to 2.13.15 in scala-steward-dependencies --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e0e340c0..bbbd2641 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ import java.io.FileWriter ThisBuild / organization := "uk.gov.nationalarchives" ThisBuild / organizationName := "National Archives" -scalaVersion := "2.13.14" +scalaVersion := "2.13.15" lazy val setLatestTagOutput = taskKey[Unit]("Sets a GitHub actions output for the latest tag")