Skip to content

Commit

Permalink
Merge pull request #301 from scala-steward/update/scalafmt-core-3.8.1
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.8.1
  • Loading branch information
lenguyenthanh committed Mar 31, 2024
2 parents 1a7015a + 490080c commit d48f346
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Apply scala-fix
2b007bb61406c1b441d3f5cf443545d6ea25af61

# Scala Steward: Reformat with scalafmt 3.8.1
34add1371a9fc4f00fa198ba6283f6018c970b8c
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.0"
version = "3.8.1"
runner.dialect = scala3

align.preset = more
Expand Down
10 changes: 9 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ lazy val app = project
.settings(
name := "lila-fishnet",
organization := "org.lichess",
scalacOptions ++= Seq("-source:future", "-rewrite", "-indent", "-explain", "-Wunused:all", "-release:21", "-Ysafe-init"),
scalacOptions ++= Seq(
"-source:future",
"-rewrite",
"-indent",
"-explain",
"-Wunused:all",
"-release:21",
"-Ysafe-init"
),
resolvers ++= Seq(Dependencies.lilaMaven),
libraryDependencies ++= Seq(
catsCore,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ addSbtPlugin("io.kamon" % "sbt-kanela-runner" % "2.1.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.0.0")
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.0.0")

0 comments on commit d48f346

Please sign in to comment.