File tree 3 files changed +7
-2
lines changed
modules/stream/src/main/scala/akka 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ lazy val commonSettings = Seq(
31
31
)
32
32
33
33
val alias : Seq [sbt.Def .Setting [? ]] =
34
- addCommandAlias(" build" , " +all compile test" )
34
+ addCommandAlias(" build" , " +all compile test" ) ++
35
+ addCommandAlias(" check" , " scalafmtCheck" )
35
36
36
37
lazy val root =
37
38
project
Original file line number Diff line number Diff line change 1
1
package akka
2
2
3
3
package object stream {
4
- @ deprecated(" The Materializer now has all methods the ActorMaterializer used to have" , " Akka 2.6.0" )
4
+ @ deprecated(
5
+ " The Materializer now has all methods the ActorMaterializer used to have" ,
6
+ " Akka 2.6.0"
7
+ )
5
8
type ActorMaterializer = org.apache.pekko.stream.ActorMaterializer
6
9
type Materializer = org.apache.pekko.stream.Materializer
7
10
val Materializer : org.apache.pekko.stream.Materializer .type =
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.github.sbt" % " sbt-dynver" % " 5.1.0" )
2
2
addSbtPlugin(" com.evolution" % " sbt-scalac-opts-plugin" % " 0.0.9" )
3
3
addSbtPlugin(" com.evolution" % " sbt-artifactory-plugin" % " 0.0.2" )
4
+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4" )
You can’t perform that action at this time.
0 commit comments