2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-05-01 19:08:12 -07:00

Updates version to 0.8.5

This commit is contained in:
Geert Bevin 2022-12-19 18:03:06 -05:00
parent 2bb8c5e198
commit 920d848e14
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ application {
}
dependencies {
implementation("com.uwyn.rife2:rife2:0.8.3")
implementation("com.uwyn.rife2:rife2:0.8.4")
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
testImplementation("org.jsoup:jsoup:1.15.3")
runtimeOnly("org.eclipse.jetty:jetty-server:11.0.12")