Skip to content

Commit e79ddeb

Browse files
committed
Gradle plugin version 12.1
1 parent 4e307f7 commit e79ddeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inject-gradle-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ plugins {
66
}
77

88
group 'io.avaje.inject'
9-
version '11.6'
9+
version '12.1'
1010

1111
repositories {
1212
mavenLocal()
1313
mavenCentral()
1414
}
1515

1616
dependencies {
17-
implementation 'io.avaje:avaje-inject:11.6'
17+
implementation 'io.avaje:avaje-inject:12.1'
1818
implementation gradleApi()
1919

2020
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'

0 commit comments

Comments
 (0)