diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 349b8ca..a1dc57d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ object Dependencies { val Ver = new { val `scala2.12` = "2.12.18" val `scala2.13` = "2.13.12" - val scala3 = "3.3.1" + val scala3 = "3.3.3" val organizeImports = "0.5.0" diff --git a/project/plugins.sbt b/project/plugins.sbt index 9fdda6a..3118c26 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")