Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 8061d8e

Browse files
authored
Update scalafmt-core to 3.0.8 (#77)
* Update scalafmt-core to 3.0.8 * Reformat with scalafmt 3.0.8
1 parent f1f9255 commit 8061d8e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.0.6
1+
version = 3.0.8
22
maxColumn = 150
33
continuationIndent.callSite = 2
44
continuationIndent.defnSite = 4

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ import Dependencies._
22

33
inThisBuild(
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(

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)