From 1951335edb8303d2665712aa17575b6d16bbf409 Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Wed, 13 Sep 2023 08:28:37 +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 019cfb9..21fc652 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import Dependencies._ -ThisBuild / scalaVersion := "2.13.11" +ThisBuild / scalaVersion := "2.13.12" ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / organization := "com.example" ThisBuild / organizationName := "example"