mirror of
https://github.com/ethauvin/rife2.git
synced 2025-04-30 18:48:13 -07:00
Updated version to 0.8.8
This commit is contained in:
parent
d36c38d239
commit
46a47af143
3 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ application {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.uwyn.rife2:rife2:0.8.6")
|
implementation("com.uwyn.rife2:rife2:0.8.7")
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
|
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
|
||||||
testImplementation("org.jsoup:jsoup:1.15.3")
|
testImplementation("org.jsoup:jsoup:1.15.3")
|
||||||
runtimeOnly("org.eclipse.jetty:jetty-server:11.0.12")
|
runtimeOnly("org.eclipse.jetty:jetty-server:11.0.12")
|
||||||
|
|
|
@ -8,7 +8,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "com.uwyn.rife2"
|
group = "com.uwyn.rife2"
|
||||||
version = "0.8.7"
|
version = "0.8.8"
|
||||||
|
|
||||||
base {
|
base {
|
||||||
archivesName.set("rife2")
|
archivesName.set("rife2")
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.8.7
|
0.8.8
|
Loading…
Add table
Add a link
Reference in a new issue