Skip to content

Commit

Permalink
Bump Scala to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Oct 4, 2024
1 parent f76853b commit 5f03a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ProjectKeys._
import ch.epfl.scala.sbtmissinglink.MissingLinkPlugin.missinglinkConflictsTag
import sbt.Keys.concurrentRestrictions

ThisBuild / scalaVersion := "2.13.14"
ThisBuild / scalaVersion := "2.13.15"

ThisBuild / concurrentRestrictions += Tags.limit(missinglinkConflictsTag, 1)

Expand Down
2 changes: 1 addition & 1 deletion backend/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.6")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.4")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.6")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.1")
addSbtPlugin("org.wartremover" % "sbt-wartremover-contrib" % "2.1.0", "1.0", "2.12")

libraryDependencies +=
Expand Down

0 comments on commit 5f03a28

Please sign in to comment.