From a2bfb42e9e2c1d0d5316495237b1a84942c002d1 Mon Sep 17 00:00:00 2001 From: Igor Konnov Date: Thu, 15 Aug 2024 11:45:51 +0200 Subject: [PATCH] bump scala to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 83145fae79..ae0af55d5d 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ ThisBuild / versionFile := (ThisBuild / baseDirectory).value / "VERSION" ThisBuild / version := scala.io.Source.fromFile(versionFile.value).mkString.trim ThisBuild / organization := "at.forsyte" -ThisBuild / scalaVersion := "2.13.13" +ThisBuild / scalaVersion := "2.13.14" // Add resolver for Sonatype OSS Snapshots and Releases Maven repository ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")