Skip to content

Commit 6ae5f22

Browse files
committed
release: 0.8.0
1 parent ba2125c commit 6ae5f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
allprojects {
22
group "org.anvilpowered"
3-
version "0.8.0-SNAPSHOT"
3+
version "0.8.0"
44
}
55

66
subprojects {
@@ -15,7 +15,7 @@ subprojects {
1515
dependencies {
1616
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.0'
1717
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.0'
18-
implementation 'org.anvilpowered:anvil-api:0.3-SNAPSHOT'
18+
implementation 'org.anvilpowered:anvil-api:0.3'
1919
}
2020
test {
2121
useJUnitPlatform()

0 commit comments

Comments
 (0)