Skip to content

Commit 8f0bf32

Browse files
authored
Merge pull request #1261 from scala-steward/update/scalafmt-core-3.8.4
Update scalafmt-core from 3.8.3 to 3.8.4
2 parents 74a226d + 57b7381 commit 8f0bf32

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.git-blame-ignore-revs

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Scala Steward: Reformat with scalafmt 3.8.4
2+
ee851aa4e36b33e8971b66b2b3aef8b4e28d6854

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.8.3"
1+
version = "3.8.4"
22
runner.dialect = "scala3"
33

44
maxColumn = 140

sentry/src/main/scala/com/avast/sst/sentry/SentryModule.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ object SentryModule {
2323
}(_ => Sync[F].delay(Sentry.close()))
2424
}
2525

26-
/** Makes [[io.sentry.SentryClient]] initialized with the given config and overrides the `release` property with
27-
* `Implementation-Title`@`Implementation-Version` from the `MANIFEST.MF` file inside the same JAR (package) as the `Main` class.
26+
/** Makes [[io.sentry.SentryClient]] initialized with the given config and overrides the `release` property with `Implementation-Title` @`Implementation-Version`
27+
* from the `MANIFEST.MF` file inside the same JAR (package) as the `Main` class.
2828
*
2929
* This format is recommended by Sentry ([[https://docs.sentry.io/workflow/releases]]) because releases are global and must be
3030
* differentiated.

0 commit comments

Comments
 (0)