Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalafmt-core to 3.8.5 #202

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.8.5
c8dce9370c69ec4b45b44dfc89a76baa8b40d2b9
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
maxColumn = 120
rewrite.rules = [SortImports]
runner.dialect = "scala212"
version = 3.8.3
version = 3.8.5
6 changes: 4 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ object Dependencies {

lazy val gson = "com.google.code.gson" % "gson" % "2.11.0"
lazy val `jgiven-core` = "com.tngtech.jgiven" % "jgiven-core" % jGivenVersion
lazy val `jgiven-html5-report` = "com.tngtech.jgiven" % "jgiven-html5-report" % jGivenVersion exclude ("commons-io", "commons-io")
lazy val `jgiven-html5-report` =
"com.tngtech.jgiven" % "jgiven-html5-report" % jGivenVersion exclude ("commons-io", "commons-io")
lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.24.3" % Test
lazy val `scalatest-core` = "org.scalatest" %% "scalatest-core" % scalatestVersion
lazy val `scalatest-featurespec` = "org.scalatest" %% "scalatest-featurespec" % scalatestVersion
lazy val `scalatest-flatspec` = "org.scalatest" %% "scalatest-flatspec" % scalatestVersion % Test
lazy val `scalatest-shouldmatchers` = "org.scalatest" %% "scalatest-shouldmatchers" % scalatestVersion % Test
lazy val `scalatest-wordspec` = "org.scalatest" %% "scalatest-wordspec" % scalatestVersion % Test
lazy val `sbt-` = "org.scala-sbt" % "sbt" % sbtVersion // append dash to avoid error: <expected-type>:1: error: value internal is not a member of sbt.librarymanagement.ModuleID sbt.internal.DslEntry
lazy val `sbt-` =
"org.scala-sbt" % "sbt" % sbtVersion // append dash to avoid error: <expected-type>:1: error: value internal is not a member of sbt.librarymanagement.ModuleID sbt.internal.DslEntry
lazy val `sbt-actions` = "org.scala-sbt" %% "actions" % sbtVersion
lazy val `sbt-collections` = "org.scala-sbt" %% "collections" % sbtVersion
lazy val `sbt-core-macros` = "org.scala-sbt" %% "core-macros" % sbtVersion
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
maxColumn = 120
rewrite.rules = [SortImports]
runner.dialect = "scala213"
version = 3.8.3
version = 3.8.5
Loading