Skip to content

Commit

Permalink
fix: scala 2.12 missed package rename
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Dec 28, 2024
1 parent 595567b commit 93c0d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley.debugger.util
package parsley.debug.util

// This is used to give Scala 2.12 access to "removed" and "updated".
// Ideally, this would be done via scala-collection-compat, but that requires integrating ScalaFix.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley.debugger.util
package parsley.debug.util

import scala.collection.mutable

Expand Down

0 comments on commit 93c0d1a

Please sign in to comment.