From 6023aee61aa375c60256dfb575828281a8550d3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Oct 2021 00:51:59 +0000 Subject: [PATCH 1/2] Update scalafmt-core to 3.0.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 0ee2120..69823c9 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 2.7.5 +version = 3.0.6 binPack.literalArgumentLists = false docstrings.style = Asterisk From 32b77b032b9d1bc13f7c6ac6566a51dfd3a1b8c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Oct 2021 00:52:03 +0000 Subject: [PATCH 2/2] Reformat with scalafmt 3.0.6 --- 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",