Skip to content

Commit 4f9df48

Browse files
Update scalafmt-dynamic to 3.7.3 (#209)
* Update scalafmt-dynamic to 3.7.3 * Revert commit(s) 754a33f * Update scalafmt-dynamic to 3.7.3
1 parent cfea261 commit 4f9df48

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.2").cross(CrossVersion.for3Use2_13),
8+
("org.scalameta" %% "scalafmt-dynamic" % "3.7.3").cross(CrossVersion.for3Use2_13),
99
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
1010
)

0 commit comments

Comments
 (0)