Skip to content

Commit

Permalink
Merge pull request #1025 from mkurz/upgrades
Browse files Browse the repository at this point in the history
Dependency upgrades
  • Loading branch information
mkurz authored Apr 30, 2024
2 parents ef55600 + 889905d commit 26217eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.7.17
version = 3.8.1
runner.dialect = Scala213Source3

align.preset = true
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ lazy val `play-jsonJVM` = `play-json`.jvm
else
specs2(scalaVersion.value)
} :+ (
"ch.qos.logback" % "logback-classic" % "1.5.3" % Test
"ch.qos.logback" % "logback-classic" % "1.5.6" % Test
),
Test / unmanagedSourceDirectories ++= (docsP / PlayDocsKeys.scalaManualSourceDirectories).value,
)
Expand Down

0 comments on commit 26217eb

Please sign in to comment.