Skip to content

Commit

Permalink
Fix compilation of scala-2 jvm module
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Feb 29, 2024
1 parent c9e8b36 commit caa3888
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jvm/src/main/scala-2/src/main/scala/mouse/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

package mouse

import org.typelevel.scalaccompat.annotation._

@nowarn213("msg=package object inheritance is deprecated")
object `package` extends MouseFunctions {
object all extends AllSharedSyntax with AllJvmSyntax
object any extends AnySyntax
Expand Down

0 comments on commit caa3888

Please sign in to comment.