Skip to content

Commit

Permalink
Update scalafmt-dynamic to 3.0.7 (#1109)
Browse files Browse the repository at this point in the history
* Update scalafmt-dynamic to 3.0.7

* Update build.sbt

Co-authored-by: Pierre Ricadat <[email protected]>
  • Loading branch information
scala-steward and ghostdogpr authored Oct 21, 2021
1 parent 537a391 commit 0256d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ lazy val tools = project
crossScalaVersions -= scala3,
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework")),
libraryDependencies ++= Seq(
"org.scalameta" %% "scalafmt-dynamic" % "3.0.6",
"org.scalameta" %% "scalafmt-core" % "3.0.6",
"org.scalameta" %% "scalafmt-dynamic" % "3.0.7",
"org.scalameta" %% "scalafmt-core" % "3.0.7",
"com.softwaremill.sttp.client3" %% "async-http-client-backend-zio" % sttpVersion,
"dev.zio" %% "zio-config" % zioConfigVersion,
"dev.zio" %% "zio-config-magnolia" % zioConfigVersion,
Expand Down

0 comments on commit 0256d3d

Please sign in to comment.