Skip to content

Commit

Permalink
Upgrade scala2 to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
cptwunderlich committed Dec 10, 2024
1 parent 3afa64c commit b8c2868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ lazy val commonSettings = Seq(
"[email protected]",
url("https://github.com/firstbirdtech/backbone/graphs/contributors")
),
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.13.14", "3.3.4"),
scalaVersion := "2.13.15",
crossScalaVersions := Seq("2.13.15", "3.3.4"),
scalacOptions ++= {
Seq(
"-deprecation",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")

0 comments on commit b8c2868

Please sign in to comment.