Skip to content

feat: duplicate BOM dependencies for Scala 3 - #212

Merged
ennru merged 1 commit into
mainfrom
include-scala3
Jul 30, 2026
Merged

feat: duplicate BOM dependencies for Scala 3#212
ennru merged 1 commit into
mainfrom
include-scala3

Conversation

@ennru

@ennru ennru commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

This (a little hacky) change will make the BOM include all dependencies even with the Scala 3 postfix:

            <dependency>
                <groupId>com.typesafe.akka</groupId>
                <artifactId>akka-actor_2.13</artifactId>
                <version>2.10.20</version>
            </dependency>
            <dependency>
                <groupId>com.typesafe.akka</groupId>
                <artifactId>akka-actor_3</artifactId>
                <version>2.10.20</version>
            </dependency>

References

@ennru
ennru merged commit c9f5da7 into main Jul 30, 2026
8 checks passed
@ennru
ennru deleted the include-scala3 branch July 30, 2026 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants