From 668b6841dcd96157f8a6dc8ac248888010a91ba3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 17:03:47 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 97ffcc3..030aa36 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -crossScalaVersions := Seq("2.10.6", "2.11.12", "2.12.10", "2.13.1") +crossScalaVersions := Seq("2.10.6", "2.11.12", "2.12.10", "2.13.14") libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.0" @@ -6,6 +6,6 @@ name := "scravatar" organization := "com.andersen-gott" -scalaVersion:="2.13.1" +scalaVersion:="2.13.14" version in ThisBuild := "1.0.5-SNAPSHOT"