From d5f6e1f3fd77104acf06588fd6e0bcb6c939baaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Oct 2021 00:48:41 +0000 Subject: [PATCH 1/2] Update scalafmt-core to 3.0.7 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 0ee2120..2199a5a 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 2.7.5 +version = 3.0.7 binPack.literalArgumentLists = false docstrings.style = Asterisk From 69a889617c17c021b57eeda0edea6437c0a3e236 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Oct 2021 00:48:45 +0000 Subject: [PATCH 2/2] Reformat with scalafmt 3.0.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 447be7f..f1db2f9 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ lazy val fixAll = taskKey[Unit]("Run scalafix / scalafmt") lazy val deploy = taskKey[Unit]("Deploy to lambda") lazy val commonSettings = Seq( - version := "0.3.0-SNAPSHOT", + version := "0.3.0-SNAPSHOT", scalaVersion := "2.13.5", scalacOptions ++= List( "-deprecation",