coding4cc
coding4cc
still not work in slick 3.3.3 Although deprecated countDistinct seems working fine.
Still not work with kamon 2.6.6 kanela-agent 1.0.18
@hughsimpson java version "1.8.0_361" scala version "2.13.12" kamon "2.6.6" kanela-agent "1.0.18" ~~~ object KamonSpec extends App { val system = ActorSystem("ac") import system.dispatcher Kamon.init() Kamon.runWithContext(kamon.context.Context.of("foo", "bar")){ for { _
> Not sure it is 100% related to this issue, but we faced a similar problem and managed to fix it by adding the following section in our `application.conf` >...
> * sbt 1.7.2 is in the log text > * could you try sbt 1.11.7? @raboof @pjfanning In our project, the sbt version must be 1.7.2. Can this issue...
> [@coding4cc](https://github.com/coding4cc) have you successfully used previous versions of pekko-grpc-sbt-plugin with sbt 1.7? addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.1") works fine with sbt 1.7.2 addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.2.0") works fine...