We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71f1e75 + fa62503 commit b5bd883Copy full SHA for b5bd883
build.sbt
@@ -9,7 +9,7 @@ ThisBuild / developers := List(
9
tlGitHubDev("edmundnoble", "Edmund Noble")
10
)
11
12
-val Scala213 = "2.13.12"
+val Scala213 = "2.13.14"
13
14
ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.19", Scala213)
15
ThisBuild / tlVersionIntroduced := Map("3" -> "1.2.1")
core/src/main/scala/cats/mtl/implicits/package.scala
@@ -18,5 +18,4 @@ package cats
18
package mtl
19
package implicits
20
21
-@org.typelevel.scalaccompat.annotation.nowarn213("msg=package object inheritance is deprecated")
22
object `package` extends syntax.AllSyntax
0 commit comments