Skip to content

Commit

Permalink
Bump Scala to 2.13.15 (now for real)
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Dec 29, 2024
1 parent e185fd3 commit cb269db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Settings {

val common = Seq(
organization := "ru.tinkoff",
scalaVersion := "2.13.12",
scalaVersion := "2.13.15",
Compile / packageDoc / publishArtifact := false,
Compile / packageSrc / publishArtifact := false,
Compile / doc / sources := Seq.empty,
Expand Down

0 comments on commit cb269db

Please sign in to comment.