Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As of Play 3.0, groupId has changed to org.playframework; #791

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

JuliaBrigitte
Copy link
Contributor

@JuliaBrigitte JuliaBrigitte commented Nov 10, 2023

Exclude transitive dependencies to the old artifacts

What does this change?

Ashleigh pointed to me to an
issue in the play-json-extensions
I added the excludeDependencies suggested, but am not 100% sure if this is needed since
sbt dependencyTree | grep ':play_'
[info] | | +-org.playframework:play_2.13:3.0.0 [S]
[info] | +-org.playframework:play_2.13:3.0.0 [S]
[info] | +-org.playframework:play_2.13:3.0.0 [S]
[info] | | +-org.playframework:play_2.13:3.0.0 [S]
[info] | +-org.playframework:play_2.13:3.0.0 [S]
stays the same.
org.playframework:play_2.13:3.0.0, represents a certain version of the Play Framework.
The play_2.13 part denotes that this version of the Play Framework has been compiled with Scala 2.13.
The 3.0.0 part stands for the version of the Play Framework itself.
But I guess it will not hurt

How to test

Successfully deployed to code

@JuliaBrigitte JuliaBrigitte marked this pull request as ready for review November 10, 2023 18:38
@JuliaBrigitte JuliaBrigitte merged commit ad3fac2 into main Nov 10, 2023
1 check passed
@JuliaBrigitte JuliaBrigitte deleted the acjb/play-json-extensions branch November 10, 2023 18:43
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