Skip to content

Commit

Permalink
Updates the Scala version to match the installed Scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HaloFour committed Aug 10, 2023
1 parent b9e1862 commit 58a9b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -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),
Expand Down

0 comments on commit 58a9b8c

Please sign in to comment.