Skip to content

Commit

Permalink
fix scala 3 compile
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed Sep 16, 2022
1 parent 4f4f26d commit 61f25e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bleep-model/src/scala/bleep/model/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package bleep.model

import bleep.internal.rewriteDependentData
import bleep.rewrites.Defaults
import bleep.{yaml, BleepException}
import bleep.{bleepExceptionOps, yaml, BleepException}

import scala.collection.SortedSet
import scala.collection.immutable.SortedMap
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package bleep.rewrites

import bleep.model
import bleep.{bleepExceptionOps, model}
import bleep.model.{CrossProjectName, Dep}
import bleep.rewrites.UpgradeDependencies.{ContextualDep, UpgradeLogger}

Expand Down

0 comments on commit 61f25e3

Please sign in to comment.