Albert Meltzer
Albert Meltzer
> ... it needs to include ... **.scalafmt.conf** and ...
> ``` > org.scalafmt.sbt.ScalafmtSbtReporter$ScalafmtSbtError: scalafmt: Missing config [/builds/enya-dap-core/source2landing/database-ingest/.scalafmt.conf] > ``` > > The message is confusing because there is a `.scalafmt.conf` Let me repeat. What does that file contain? As...
> Hmm, I have observed a build problem due to binary incompatibility in Kinetic Merge that may be related to this ticket. > > ``` > [error] java.lang.NoSuchMethodError: 'java.lang.String scala.cli.config.Key$StringListEntry$.$lessinit$greater$default$3()'...
> ``` > ThisBuild / libraryDependencies += "io.get-coursier" %% "coursier-cli" % "2.1.14" > ``` > I presume I'm seeing a classic dependency hell of incompatible transitive dependencies, in my case...