-
Notifications
You must be signed in to change notification settings - Fork 31
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
Dependencies don't get updated if the version is delegated #14
Comments
Which version of the plugin do you use? |
I'm using the following versions: id("se.patrikerdes.use-latest-versions") version "0.2.7"
id("com.github.ben-manes.versions") version "0.20.0" |
@cwrau I can reproduce the issue, but it is not related to the delegete. I will write some more test cases for the different possibilities to specify the dependencies with the Kotlin DSL and will open a PR to add this functionality. |
@usr42 thanks, all contributions are very welcome |
@cwrau This should be fixed now |
Amazing! |
It's not automatically deployed, so we have to wait for a release. |
It has been released as 0.2.8 |
Thank you for the quick fix! |
I have the following
build.gradle.kts
:and my
gradle.properties
:junitVersion=5.3.1
If I run
./gradlew dependencyUpdates
I can see that there is an update forjunit
to5.3.2
.But if I run
./gradlew useLatestVersions
thegradle.properties
does not get updated.The text was updated successfully, but these errors were encountered: