Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0hei authored May 21, 2024
2 parents 867d5fd + b5bd883 commit 15768d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ThisBuild / developers := List(
tlGitHubDev("edmundnoble", "Edmund Noble")
)

val Scala213 = "2.13.12"
val Scala213 = "2.13.14"

ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.19", Scala213)
ThisBuild / tlVersionIntroduced := Map("3" -> "1.2.1")
Expand Down
1 change: 0 additions & 1 deletion core/src/main/scala/cats/mtl/implicits/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ package cats
package mtl
package implicits

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

0 comments on commit 15768d4

Please sign in to comment.