Skip to content

Commit 0765eec

Browse files
authored
Merge pull request #3421 from scala-steward/update/scala-library-2.13.15
Update scala-library to 2.13.15
2 parents ee1dbea + 5c5c9dd commit 0765eec

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build.sbt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import scala.util.Properties
22
import scala.reflect.io.Path
3-
import com.typesafe.sbt.packager.docker._
3+
import com.typesafe.sbt.packager.docker.*
44
import sbtcrossproject.{CrossProject, CrossType, Platform}
55
import org.typelevel.sbt.gha.JavaSpec.Distribution.Temurin
6+
import org.typelevel.scalacoptions.ScalacOptions
67

78
/// variables
89

@@ -21,7 +22,7 @@ val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
2122
"dummy" -> List(JVMPlatform)
2223
)
2324

24-
val Scala213 = "2.13.14"
25+
val Scala213 = "2.13.15"
2526

2627
/// sbt-typelevel configuration
2728

@@ -92,6 +93,7 @@ ThisBuild / evictionErrorLevel := Level.Info
9293
ThisBuild / tpolecatDefaultOptionsMode := {
9394
if (insideCI.value) org.typelevel.sbt.tpolecat.CiMode else org.typelevel.sbt.tpolecat.DevMode
9495
}
96+
ThisBuild / tpolecatExcludeOptions += ScalacOptions.warnUnusedPatVars // https://github.com/scala/bug/issues/13041
9597

9698
/// projects
9799

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
1010
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
1111
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
1212
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")
13-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
13+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
1414
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.3")
1515

1616
ThisBuild / evictionErrorLevel := Level.Info

0 commit comments

Comments
 (0)