Skip to content

Commit

Permalink
chore(deps): update dependency scala to v2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tradeshift-renovate[bot] authored Oct 1, 2024
1 parent f338890 commit 6447ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

scalaVersion := "2.13.14" // just for the root
scalaVersion := "2.13.15" // just for the root

val akkaVersion = "2.8.6"
val akkaHttpVersion = "10.5.3"
Expand Down Expand Up @@ -58,7 +58,7 @@ releaseProcess := Seq(
lazy val projectSettings = Seq(
licenses := Seq(("MIT", url("http://opensource.org/licenses/MIT"))),
organization := "com.tradeshift",
scalaVersion := "2.13.14",
scalaVersion := "2.13.15",
crossScalaVersions := Seq("2.12.6"),
publishMavenStyle := true,
javacOptions ++= Seq("-source", "1.8"),
Expand Down

0 comments on commit 6447ec7

Please sign in to comment.