Skip to content

Commit

Permalink
Merge pull request #3421 from scala-steward/update/scala-library-2.13.15
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.15
  • Loading branch information
mergify[bot] authored Sep 28, 2024
2 parents ee1dbea + 5c5c9dd commit 0765eec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import scala.util.Properties
import scala.reflect.io.Path
import com.typesafe.sbt.packager.docker._
import com.typesafe.sbt.packager.docker.*
import sbtcrossproject.{CrossProject, CrossType, Platform}
import org.typelevel.sbt.gha.JavaSpec.Distribution.Temurin
import org.typelevel.scalacoptions.ScalacOptions

/// variables

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

val Scala213 = "2.13.14"
val Scala213 = "2.13.15"

/// sbt-typelevel configuration

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

/// projects

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.3")

ThisBuild / evictionErrorLevel := Level.Info

0 comments on commit 0765eec

Please sign in to comment.