File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
import ScalaModulePlugin ._
2
2
import sbtcrossproject .{crossProject , CrossType }
3
- import _root_ .scalafix .internal .sbtscalafix .BuildInfo .{
4
- scalafixVersion ,
5
- scala212 => scalafixScala212
6
- }
3
+ import _root_ .scalafix .sbt .BuildInfo .{scalafixVersion , scala212 => scalafixScala212 }
7
4
8
5
lazy val root = project
9
6
.in(file(" ." ))
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty)
10
10
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
11
11
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.5.0" )
12
12
addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 1.0.14" )
13
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.6.0-M15 " )
13
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.6.0-RC1 " )
14
14
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.7.0" )
15
15
addSbtPlugin(" com.typesafe.sbt" % " sbt-pgp" % " 0.8.3" )
16
16
You can’t perform that action at this time.
0 commit comments