Skip to content

Commit b5bd883

Browse files
authored
Merge pull request #565 from typelevel/update/scala-library-2.13.14
Update scala-library to 2.13.14
2 parents 71f1e75 + fa62503 commit b5bd883

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ThisBuild / developers := List(
99
tlGitHubDev("edmundnoble", "Edmund Noble")
1010
)
1111

12-
val Scala213 = "2.13.12"
12+
val Scala213 = "2.13.14"
1313

1414
ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.19", Scala213)
1515
ThisBuild / tlVersionIntroduced := Map("3" -> "1.2.1")

core/src/main/scala/cats/mtl/implicits/package.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ package cats
1818
package mtl
1919
package implicits
2020

21-
@org.typelevel.scalaccompat.annotation.nowarn213("msg=package object inheritance is deprecated")
2221
object `package` extends syntax.AllSyntax

0 commit comments

Comments
 (0)