Skip to content

Commit

Permalink
Fix compilation of js/native modules
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Feb 29, 2024
1 parent caa3888 commit 0727c4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions js/src/main/scala-2/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 AllJsSyntax
object any extends AnySyntax
Expand Down
3 changes: 0 additions & 3 deletions native/src/main/scala-2/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
object any extends AnySyntax
Expand Down

0 comments on commit 0727c4f

Please sign in to comment.