From 58a9b8c83bd3b258c84ce0d9ffa767b9ab44c2d8 Mon Sep 17 00:00:00 2001 From: "Spindler, Justin" Date: Thu, 10 Aug 2023 13:29:14 -0400 Subject: [PATCH] Updates the Scala version to match the installed Scala versions --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 28e47f0c..e81a452f 100644 --- a/build.sbt +++ b/build.sbt @@ -375,7 +375,7 @@ def projectSettings = basicSettings ++ Seq( def basicSettings = Defaults.itSettings ++ Seq( organization := "com.comcast.money", sonatypeProfileName := "com.comcast", - scalaVersion := "2.12.15", + scalaVersion := "2.12.18", crossScalaVersions := List("2.13.11", "2.12.18"), resolvers ++= Seq( ("spray repo" at "http://repo.spray.io/").withAllowInsecureProtocol(true),