From 7cc6f738e8e206ea893a7f6651d5c4d8b933b451 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 09:55:52 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 81defcb..2e4570c 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val root = (project in file(".")) .settings( name := """my-photo-timeline""", organization := "net.wiringbits", - scalaVersion := "2.13.8", + scalaVersion := "2.13.14", fork in Test := true, buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, git.baseVersion, git.gitHeadCommit), buildInfoPackage := "net.wiringbits.myphototimeline",