Skip to content

Commit

Permalink
release: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed Nov 27, 2020
1 parent ba2125c commit 6ae5f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
allprojects {
group "org.anvilpowered"
version "0.8.0-SNAPSHOT"
version "0.8.0"
}

subprojects {
Expand All @@ -15,7 +15,7 @@ subprojects {
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.0'
implementation 'org.anvilpowered:anvil-api:0.3-SNAPSHOT'
implementation 'org.anvilpowered:anvil-api:0.3'
}
test {
useJUnitPlatform()
Expand Down

0 comments on commit 6ae5f22

Please sign in to comment.