We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d04840 commit 6123419Copy full SHA for 6123419
codegen/build.sbt
@@ -5,6 +5,6 @@ name := "overflowdb-codegen"
5
libraryDependencies ++= Seq(
6
"com.github.scopt" %% "scopt" % "4.1.0",
7
"com.github.pathikrit" %% "better-files" % "3.9.2",
8
- ("org.scalameta" %% "scalafmt-dynamic" % "3.7.3").cross(CrossVersion.for3Use2_13),
+ ("org.scalameta" %% "scalafmt-dynamic" % "3.7.12").cross(CrossVersion.for3Use2_13),
9
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
10
)
0 commit comments