Skip to content

Commit

Permalink
Merge pull request #7 from footaku/bump-arch-unit-build-plugin-core-v…
Browse files Browse the repository at this point in the history
…ersion

Bump arch unit build plugin core version
  • Loading branch information
footaku authored Nov 20, 2023
2 parents fb03c2a + 8c5b673 commit 74cbc71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
dependencies {
...
archUnitExtraLib('io.github.footaku:erai:0.0.6')
archUnitExtraLib('io.github.footaku:erai:0.0.7')
...
}
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "io.github.footaku"
version = "0.0.6"
version = "0.0.7"

repositories {
mavenLocal()
Expand All @@ -30,7 +30,7 @@ sourceSets {
}

dependencies {
implementation("com.societegenerale.commons:arch-unit-build-plugin-core:3.0.0")
implementation("com.societegenerale.commons:arch-unit-build-plugin-core:3.1.0")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2")

testImplementation("jakarta.annotation:jakarta.annotation-api:2.1.1")
Expand Down Expand Up @@ -73,7 +73,7 @@ publishing {
create<MavenPublication>("mavenJava") {
groupId = "io.github.footaku"
artifactId = "erai"
version = "0.0.6"
version = "0.0.7"

pom {
name.set("erai")
Expand Down

0 comments on commit 74cbc71

Please sign in to comment.