Skip to content

Commit 0db4e7f

Browse files
authored
Version 2.4.0 (#224)
1 parent 38c512c commit 0db4e7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A Gradle plugin that helps keep your module graph healthy and lean.
3030
Apply the plugin to a module, which dependencies graph you want to assert.
3131
```groovy
3232
plugins {
33-
id "com.jraska.module.graph.assertion" version "2.3.2"
33+
id "com.jraska.module.graph.assertion" version "2.4.0"
3434
}
3535
```
3636

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gradlePlugin {
3636
plugins {
3737
modulesGraphAssert {
3838
id = 'com.jraska.module.graph.assertion'
39-
version = '2.3.2'
39+
version = '2.4.0'
4040
displayName = 'Modules Graph Assert'
4141
description = 'Gradle plugin to keep your modules graph healthy and lean.'
4242
implementationClass = 'com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'

0 commit comments

Comments
 (0)