Skip to content

Commit 6123419

Browse files
Update scalafmt-dynamic to 3.7.12 (#238)
1 parent 6d04840 commit 6123419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ name := "overflowdb-codegen"
55
libraryDependencies ++= Seq(
66
"com.github.scopt" %% "scopt" % "4.1.0",
77
"com.github.pathikrit" %% "better-files" % "3.9.2",
8-
("org.scalameta" %% "scalafmt-dynamic" % "3.7.3").cross(CrossVersion.for3Use2_13),
8+
("org.scalameta" %% "scalafmt-dynamic" % "3.7.12").cross(CrossVersion.for3Use2_13),
99
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
1010
)

0 commit comments

Comments
 (0)