sbt / sbt-jupiter-interface

Implementation of sbt's test interface for JUnit 5's Jupiter module
Apache License 2.0
33 stars 18 forks source link

Update sbt 1.10.1 + GitHub Actions #75

Closed eed3si9n closed 3 months ago

eed3si9n commented 3 months ago

Ref https://github.com/sbt/sbt-jupiter-interface/pull/59

Problem/Solution This is a minimum update to bump the overall build to the latest sbt and GitHub Actions via sbt-github-actions.

mkurz commented 3 months ago

Thanks, will take a look asap.

eed3si9n commented 3 months ago

Merging this now.

mkurz commented 3 months ago

It's interesting you named the org com.github.sbt.junit, that's the first time I see this pattern in the sbt organization. Usually everything is just com.github.sbt % sbt-...

eed3si9n commented 3 months ago

It's interesting you named the org com.github.sbt.junit, that's the first time I see this pattern in the sbt organization.

Yea, it's because this repo has a pure Java jupiter-interface module, so I figured it would be nice if we can make the Java package match the organization name.