mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2024-11-21 11:15:01 +00:00
Update version
This commit is contained in:
parent
0bcbc7e79c
commit
41a2475e3d
@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "dev.plex"
|
||||
version = "1.1-SNAPSHOT"
|
||||
version = "1.1"
|
||||
description = "Module-HTTPD"
|
||||
|
||||
repositories {
|
||||
@ -28,8 +28,8 @@ dependencies {
|
||||
implementation("org.projectlombok:lombok:1.18.24")
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.24")
|
||||
implementation("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT")
|
||||
implementation("dev.plex:server:1.1-SNAPSHOT")
|
||||
implementation("dev.plex:api:1.1-SNAPSHOT")
|
||||
implementation("dev.plex:server:1.1")
|
||||
implementation("dev.plex:api:1.1")
|
||||
implementation("org.json:json:20220320")
|
||||
implementation("org.reflections:reflections:0.10.2")
|
||||
implementation("org.eclipse.jetty:jetty-server:11.0.9")
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: Module-HTTPD
|
||||
version: 1.1-SNAPSHOT
|
||||
version: 1.1
|
||||
description: HTTPD server for Plex
|
||||
main: dev.plex.HTTPDModule
|
Loading…
Reference in New Issue
Block a user