From 2f4af28b64fc956dc17f1e71028d9f44ba64d9d3 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 26 Sep 2024 00:12:39 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build.sbt b/build.sbt index a1b8383..0dbe89b 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import Dependencies._ lazy val commonSettings = commonSmlBuildSettings ++ Seq( organization := "com.softwaremill.xxx", - scalaVersion := "2.13.12" + scalaVersion := "2.13.15" ) lazy val rootProject = (project in file(".")) @@ -17,14 +17,14 @@ lazy val core: Project = (project in file("core")) name := "core", libraryDependencies ++= scalaTest ++ - cats ++ - http4s ++ - circe ++ - natchez ++ - pureconfig ++ - metrics ++ - logging ++ - zio + cats ++ + http4s ++ + circe ++ + natchez ++ + pureconfig ++ + metrics ++ + logging ++ + zio ) addCommandAlias(