Skip to content

Commit

Permalink
Upgrade scala to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cptwunderlich committed Jun 13, 2024
1 parent f25fef6 commit 4f7d249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val commonSettings = Seq(
"[email protected]",
url("https://github.com/firstbirdtech/backbone/graphs/contributors")
),
scalaVersion := "2.13.13",
scalaVersion := "2.13.14",
crossScalaVersions := Seq(scalaVersion.value),
scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit 4f7d249

Please sign in to comment.