From 198ad9efcd6f480b6c30cb76b366e508691d5df0 Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Wed, 13 Sep 2023 08:31:54 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6989b19a..50d416f6 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.11" +scalaVersion := "2.13.12" lazy val setLatestTagOutput = taskKey[Unit]("Sets a GitHub actions output for the latest tag")