Skip to content

Commit

Permalink
fixing scala 13 version (#3134)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliano authored Nov 19, 2024
1 parent ea039f9 commit 03963f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 03963f0

Please sign in to comment.