Matthias Kurz

Results 1122 comments of Matthias Kurz

@PeuTit see the comment I pushed, it works when removing `*/.metals` from the `.gitignore` within the `g8` folder. I didn't do any research really, but giter8 is parsing the gitignore...

`2.10.0-RC8` is now published, with Scala Native support. Please test, if nothing comes up this will promoted as final release in May.

@xuwei-k :+1: release coming soon, I think it's time for prime time.

I did publish RC9 yesterday evening build with Scala 3.3.0. This is the last RC before final.

2.10.0 released: https://github.com/playframework/play-json/releases/tag/2.10.0

@wsargent can you please rebase? Thanks!

@wsargent CI complaining: * https://github.com/playframework/play-ws/actions/runs/6757141380/job/18367413012?pr=473#step:10:25 You need to run `headerCreateAll` * https://github.com/playframework/play-ws/actions/runs/6757141380/job/18367411133?pr=473#step:5:33 You need to add the MiMa filters here: https://github.com/playframework/play-ws/blob/d0119fda6d28e0b732c5706bb939c01c700065de/build.sbt#L56-L57 Thanks!

Just to rise that again here, not sure if there is an issue for that: If the collective is hosted in the US (like the Open Source one), it should...

> @mkurz that will come, we have focused on ACH for $ Fiscal Hosts as a first step. One detail will be that to use SEPA we have to charge...

@henricook ```sbt libraryDependencies += ("org.scalameta" %% "scalameta" % "4.8.14").cross(CrossVersion.for3Use2_13), ``` We use parser like this in twirl: https://github.com/playframework/twirl/blob/382474d3ebc3761b37cb1af7138926fcb4364159/build.sbt#L119