Skip to content

Commit

Permalink
Update Scala to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Mar 8, 2024
1 parent 0348abf commit ea92b1b
Showing 1 changed file with 1 addition and 1 deletion.
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.12"
ThisBuild / scalaVersion := "2.13.13"

ThisBuild / scalafixScalaBinaryVersion := CrossVersion.binaryScalaVersion(scalaVersion.value)

Expand Down

0 comments on commit ea92b1b

Please sign in to comment.