Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.6 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 27, 2025
1 parent 3b1c3a4 commit 340aaec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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 @@
# Scala Steward: Reformat with scalafmt 3.8.0
16f7cce72f1ff956c8584ad646ef2042e22dd993

# Scala Steward: Reformat with scalafmt 3.8.6
aa6b3d40a77cfd34de6002ebe5331f991ab5a10f
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.5"
version = "3.8.6"

runner.dialect = scala213source3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package com.spotify.scio

import java.io.File
import java.nio.charset.{Charset, StandardCharsets}
import java.nio.file.{Paths, Files as JFiles}
import java.nio.file.{Files as JFiles, Paths}
import com.google.common.hash.Hashing
import com.google.common.io.Files
import com.intellij.notification.{Notification, NotificationType, Notifications}
Expand Down

0 comments on commit 340aaec

Please sign in to comment.