Skip to content

Commit

Permalink
Updated Beta2Release to 1.0.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Oct 4, 2024
1 parent b258e24 commit 8ba9a9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ repositories {
name = "ViaVersion"
url = "https://repo.viaversion.com"
}
maven {
name = "Lenni0451"
url = "https://maven.lenni0451.net/everything"
}
maven {
name = "Sonatype Snapshots"
url = "https://oss.sonatype.org/content/repositories/snapshots"
Expand All @@ -49,7 +53,7 @@ repositories {
dependencies {
implementation "net.raphimc:ViaProxy:3.3.3"

include "dev.mzga:Beta2Release:1.0.4-SNAPSHOT"
include "dev.mzga:Beta2Release:1.0.5-SNAPSHOT"
}

processResources {
Expand Down

0 comments on commit 8ba9a9e

Please sign in to comment.