From 8f4495c89dd5dd612448b83e6e2270594f106397 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 2 May 2024 00:10:06 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build.sbt b/build.sbt index a1b8383..b315a61 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.14" ) 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(