Marco Zühlke

Results 10 issues of Marco Zühlke

Cleanup build.sbt and fix travis.yml to support automatic build on the last 3 scala versions: * 2.10.x * 2.11.x * 2.12.x Do we want to build on all 3 versions...

When trying to `intercept` an `AssertionError` till now the test passed successfully. This fix treats the FailException special. closes: #679

As there isn't an artifact for Scala 3 LTS that includes https://github.com/scala/scala3/pull/20171 I gave it a try with 3.4.2-RC1 that already contains https://github.com/scala/scala3/pull/19737 This PR shows that the only thing...

This is done in the [`RepoConfigLoader`](https://github.com/scala-steward-org/scala-steward/blob/main/modules/core/src/main/scala/org/scalasteward/core/repoconfig/RepoConfigLoader.scala#L35) with the default config and the supplied additional configs. And now here in the same way. The `RepoConfig.combine` function treats the 2nd argument as...

bug

Re-enable Scala 3 Next PRs after #3328 got merged and is part of https://github.com/scala-steward-org/scala-steward/releases/tag/v0.30.0

administration

munit reverted back to the fixture ordering used before the 1.0.0 milestones. This PR brings back the original unit test The change was the following commit https://github.com/typelevel/munit-cats-effect/pull/223/commits/98ecf0648a1e7406057ee129a9ad11a965be1e52 as part of...

It happens to the best developers that they release a a new version premature. Scala 3.6.0 was just the last example. The https://github.com/scala-steward-org/scala-steward/blob/main/modules/core/src/main/resources/default.scala-steward.conf lists multiple blocked artifacts. The idea is...

enhancement

GraalVM is no longer available under the free license: https://github.com/graalvm/setup-graalvm#notes-on-oracle-graalvm-for-jdk-17 sbt-typelevel already did the same: https://github.com/typelevel/sbt-typelevel/pull/763

Before ![Bildschirmfoto 2024-10-14 um 16 05 46](https://github.com/user-attachments/assets/dddbd7d6-802c-4759-b2ab-6e0fb1c17fd0) After: ![Bildschirmfoto 2024-10-14 um 16 06 02](https://github.com/user-attachments/assets/3aaf16bb-6c17-48da-9d67-06273b3494dd) **Feedback welcome.** I really dislike this part of the GH UI

github-actions

closes: #833

core