From 84b2516a7b3163e24c2b0c6207ec8ba7d64918e9 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 29 Feb 2024 00:07:36 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3fb0651..4bb80f9 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.13" ) val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test