diff --git a/backend/project/Settings.scala b/backend/project/Settings.scala index b9922286..b0f70378 100644 --- a/backend/project/Settings.scala +++ b/backend/project/Settings.scala @@ -28,7 +28,7 @@ object Settings { val common = Seq( organization := "ru.tinkoff", - scalaVersion := "3.7.2", + scalaVersion := "3.7.4", Compile / packageDoc / publishArtifact := false, Compile / packageSrc / publishArtifact := false, Compile / doc / sources := Seq.empty, diff --git a/backend/project/plugins.sbt b/backend/project/plugins.sbt index b6a44113..7e1479aa 100644 --- a/backend/project/plugins.sbt +++ b/backend/project/plugins.sbt @@ -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.4.0") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.4.1") addSbtPlugin("org.wartremover" % "sbt-wartremover-contrib" % "2.3.3", "1.0", "2.12") libraryDependencies +=