This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- version = 3.0 .6
1+ version = 3.0 .8
22maxColumn = 150
33continuationIndent.callSite = 2
44continuationIndent.defnSite = 4
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ import Dependencies._
22
33inThisBuild(
44 Seq (
5- scalaVersion := " 2.13.7" ,
6- scalafmtOnCompile := true ,
5+ scalaVersion := " 2.13.7" ,
6+ scalafmtOnCompile := true ,
77 scalacOptions ++= Seq (
88 " -deprecation" ,
99 " -encoding" ,
1010 " UTF-8"
1111 ),
1212 crossScalaVersions := Seq (scalaVersion.value, " 2.12.15" ),
13- organization := " com.github.zhongl" ,
14- homepage := Some (url(" https://github.com/hanabix/akka-stream-netty" )),
15- licenses := List (
13+ organization := " com.github.zhongl" ,
14+ homepage := Some (url(" https://github.com/hanabix/akka-stream-netty" )),
15+ licenses := List (
1616 " Apache-2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0" )
1717 ),
1818 developers := List (
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ object Dependencies {
2525
2626 val common = Seq (
2727 " org.scalatest" %% " scalatest" % " 3.2.10" % Test ,
28- " org.scalamock" %% " scalamock" % " 5.1.0" % Test
28+ " org.scalamock" %% " scalamock" % " 5.1.0" % Test
2929 )
3030
3131 val akka = Seq (
You can’t perform that action at this time.
0 commit comments