Skip to content

Commit

Permalink
Merge pull request #613 from scala-steward/update/scalafmt-core-3.8.5
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.8.5
  • Loading branch information
mbaechler authored Jan 18, 2025
2 parents c8c77c2 + b131b3e commit 23d1e3e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ d5a70b77bf5c23f294499c11f00bfa500576a78c

# Scala Steward: Reformat with scalafmt 3.8.4
739f0f972a39d309c04633c298167d60f38131b7

# Scala Steward: Reformat with scalafmt 3.8.5
e16977a3f50e4da86db96a3af3fa567e5a480a73
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.4
version = 3.8.5

docstrings.style = SpaceAsterisk
runner.dialect = Scala213
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ import cron4s.parser.CronExpr

package object parsing {

@deprecated(message = "Parser-Combinator parser in deprecated in favor of atto parser", since = "0.8.0")
@deprecated(
message = "Parser-Combinator parser in deprecated in favor of atto parser",
since = "0.8.0"
)
object Parser extends cron4s.parser.Parser {

override def parse(input: String): Either[parser.Error, CronExpr] =
Expand Down

0 comments on commit 23d1e3e

Please sign in to comment.