Skip to content

Commit

Permalink
Merge pull request #329 from scala-steward/update/scalafmt-core-3.8.2
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.8.2
  • Loading branch information
lenguyenthanh committed Jun 15, 2024
2 parents 8e9f860 + 61d06a9 commit b86a9ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# Scala Steward: Reformat with scalafmt 3.8.1
34add1371a9fc4f00fa198ba6283f6018c970b8c

# Scala Steward: Reformat with scalafmt 3.8.2
afd8acf610c62969544ad8c8768a9fcb0b0db533
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.1"
version = "3.8.2"
runner.dialect = scala3

align.preset = more
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ lazy val app = project
weaverScalaCheck,
testContainers,
http4sClient,
catsEffectTestKit,
catsEffectTestKit
),
javaAgents += kamonAgent,
Docker / packageName := "lichess-org/lila-fishnet",
Expand Down
4 changes: 2 additions & 2 deletions project/BuildPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt.ScriptedPlugin.autoImport._
import sbtrelease.ReleasePlugin, ReleasePlugin.autoImport._, ReleaseTransformations._, ReleaseKeys._
import sbt.ScriptedPlugin.autoImport._

import sbt.plugins.{JvmPlugin, SbtPlugin}
import sbt.plugins.{ JvmPlugin, SbtPlugin }

object BuildPlugin extends AutoPlugin {
override def trigger = allRequirements
Expand All @@ -12,7 +12,7 @@ object BuildPlugin extends AutoPlugin {

override lazy val projectSettings = releaseSettings

def releaseSettings: Seq[Setting[_]] =
def releaseSettings: Seq[Setting[?]] =
Seq(
releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
Expand Down

0 comments on commit b86a9ae

Please sign in to comment.