From 52eaab5534b75833e746b8da99b12122dbab45f8 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 25 Nov 2025 00:09:14 +0000 Subject: [PATCH] Update scala-library to 2.13.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 606fd37..56671d0 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.18" ) val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test