Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg-scala-steward[bot] committed Jun 14, 2024
1 parent fcb46ea commit 0c704fc
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.8.1"
version = "3.8.2"
runner.dialect = scala213source3

project.excludePaths = [
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lazy val `slick-additions-codegen` =
"com.typesafe.slick" %% "slick-hikaricp" % slickVersion,
("org.scalameta" %% "scalameta" % "4.9.5")
.cross(CrossVersion.for3Use2_13).exclude("org.scala-lang.modules", "scala-collection-compat_2.13"),
("org.scalameta" %% "scalafmt-core" % "3.8.1")
("org.scalameta" %% "scalafmt-core" % "3.8.2")
.cross(CrossVersion.for3Use2_13).exclude("org.scala-lang.modules", "scala-collection-compat_2.13"),
"com.h2database" % "h2" % "2.2.224" % "test",
"org.scalatest" %% "scalatest" % "3.2.18" % "test"
Expand Down

0 comments on commit 0c704fc

Please sign in to comment.