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 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",