From 5f1986377410e3044bc8e9089fc36892b4ee01a7 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 26 Sep 2024 00:08:49 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3fb0651..ed783cb 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import com.softwaremill.SbtSoftwareMillCommon.commonSmlBuildSettings lazy val commonSettings = commonSmlBuildSettings ++ Seq( organization := "com.softwaremill.xxx", - scalaVersion := "2.13.12" + scalaVersion := "2.13.15" ) val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test