Fix build.sbt 'Dependencies' import (#31382)
Not sure how sbt doesn't trip over this, but it seems to help IntelliJ
This commit is contained in:
parent
05992a99d0
commit
e7e95f5c75
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import akka.{ AutomaticModuleName, CopyrightHeaderForBuild, Paradox, ScalafixIgnoreFilePlugin }
|
||||
import akka.{ AutomaticModuleName, CopyrightHeaderForBuild, Dependencies, Paradox, ScalafixIgnoreFilePlugin }
|
||||
|
||||
ThisBuild / scalafixScalaBinaryVersion := scalaBinaryVersion.value
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue