File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
import scala .util .Properties
2
2
import scala .reflect .io .Path
3
- import com .typesafe .sbt .packager .docker ._
3
+ import com .typesafe .sbt .packager .docker .*
4
4
import sbtcrossproject .{CrossProject , CrossType , Platform }
5
5
import org .typelevel .sbt .gha .JavaSpec .Distribution .Temurin
6
+ import org .typelevel .scalacoptions .ScalacOptions
6
7
7
8
// / variables
8
9
@@ -21,7 +22,7 @@ val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
21
22
" dummy" -> List (JVMPlatform )
22
23
)
23
24
24
- val Scala213 = " 2.13.14 "
25
+ val Scala213 = " 2.13.15 "
25
26
26
27
// / sbt-typelevel configuration
27
28
@@ -92,6 +93,7 @@ ThisBuild / evictionErrorLevel := Level.Info
92
93
ThisBuild / tpolecatDefaultOptionsMode := {
93
94
if (insideCI.value) org.typelevel.sbt.tpolecat.CiMode else org.typelevel.sbt.tpolecat.DevMode
94
95
}
96
+ ThisBuild / tpolecatExcludeOptions += ScalacOptions .warnUnusedPatVars // https://github.com/scala/bug/issues/13041
95
97
96
98
// / projects
97
99
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
10
10
addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.7" )
11
11
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
12
12
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 " )
14
14
addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.7.3" )
15
15
16
16
ThisBuild / evictionErrorLevel := Level .Info
You can’t perform that action at this time.
0 commit comments