Skip to content

Commit

Permalink
Merge pull request #2538 from scala-steward/update/series/3.x/scalafm…
Browse files Browse the repository at this point in the history
…t-core-3.1.1

Update scalafmt-core to 3.1.1 in series/3.x
  • Loading branch information
vasilmkd authored Nov 13, 2021
2 parents 796a1c4 + 5f62f9a commit 7433906
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.1.0
version = 3.1.1

runner.dialect = Scala213Source3

Expand Down
2 changes: 1 addition & 1 deletion scalafix/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.1.0
version = 3.1.1
maxColumn = 100
spaces.inImportCurlyBraces = true
project.excludeFilters = [
Expand Down
2 changes: 1 addition & 1 deletion scalafix/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ lazy val v3_3_0_output = project
.in(file("v3_3_0/output"))
.settings(
libraryDependencies ++= Seq(
"io.vasilev" %% "cats-effect" % "3.3-208-b352672"
"org.typelevel" %% "cats-effect" % "3.3-393-da7c7c7"
)
)

Expand Down

0 comments on commit 7433906

Please sign in to comment.