Skip to content

Commit

Permalink
Update scalafmt-core to 3.0.8 (#77)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.0.8

* Reformat with scalafmt 3.0.8
  • Loading branch information
zhongl authored Nov 9, 2021
1 parent f1f9255 commit 8061d8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.0.6
version = 3.0.8
maxColumn = 150
continuationIndent.callSite = 2
continuationIndent.defnSite = 4
Expand Down
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ import Dependencies._

inThisBuild(
Seq(
scalaVersion := "2.13.7",
scalafmtOnCompile := true,
scalaVersion := "2.13.7",
scalafmtOnCompile := true,
scalacOptions ++= Seq(
"-deprecation",
"-encoding",
"UTF-8"
),
crossScalaVersions := Seq(scalaVersion.value, "2.12.15"),
organization := "com.github.zhongl",
homepage := Some(url("https://github.com/hanabix/akka-stream-netty")),
licenses := List(
organization := "com.github.zhongl",
homepage := Some(url("https://github.com/hanabix/akka-stream-netty")),
licenses := List(
"Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")
),
developers := List(
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Dependencies {

val common = Seq(
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
"org.scalamock" %% "scalamock" % "5.1.0" % Test
"org.scalamock" %% "scalamock" % "5.1.0" % Test
)

val akka = Seq(
Expand Down

0 comments on commit 8061d8e

Please sign in to comment.