diff --git a/build.sbt b/build.sbt index a3482d739..260a9ebe7 100644 --- a/build.sbt +++ b/build.sbt @@ -598,7 +598,7 @@ def excludePaths(paths: Seq[String]) = { } val scala_v_12 = "2.12.20" -val scala_v_13 = "2.13.14" +val scala_v_13 = "2.13.15" val scala_v_30 = "3.3.4" val scalaCollectionCompatVersion = "2.12.0" diff --git a/project/plugins.sbt b/project/plugins.sbt index 4278a8be0..8f247b75e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releas addDependencyTreePlugin addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("com.etsy" % "sbt-compile-quick-plugin" % "1.4.0") addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.10")