Skip to content

Commit 03963f0

Browse files
authored
fixing scala 13 version (#3134)
1 parent ea039f9 commit 03963f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ def excludePaths(paths: Seq[String]) = {
598598
}
599599

600600
val scala_v_12 = "2.12.20"
601-
val scala_v_13 = "2.13.14"
601+
val scala_v_13 = "2.13.15"
602602
val scala_v_30 = "3.3.4"
603603

604604
val scalaCollectionCompatVersion = "2.12.0"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releas
55
addDependencyTreePlugin
66

77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
8-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
8+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
99
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1010
addSbtPlugin("com.etsy" % "sbt-compile-quick-plugin" % "1.4.0")
1111
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.10")

0 commit comments

Comments
 (0)