Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.2 (#367)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.8.2

* Reformat with scalafmt 3.8.2

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.8.2' to .git-blame-ignore-revs
  • Loading branch information
gastonschabas authored Jun 15, 2024
1 parent abadfab commit 35e3dcd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.8.2
92d413c238d1982e747e31f885974082467e5d83
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"

preset=Intellij

Expand Down
7 changes: 4 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ ThisBuild / organization := "com.gaston"
ThisBuild / organizationName := "gaston-schabas"
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

licenses += ("GPL-3.0", url(
"https://github.com/gastonschabas/rumble-on-scala/blob/master/LICENSE"
))
licenses += (
"GPL-3.0",
url("https://github.com/gastonschabas/rumble-on-scala/blob/master/LICENSE")
)

lazy val testContainerVersion = "0.41.4"
lazy val playPort = 9000
Expand Down

0 comments on commit 35e3dcd

Please sign in to comment.