change scriptvm to be more reliable

This commit is contained in:
ThatGamerBlue
2020-06-18 13:36:07 +01:00
parent ab22969640
commit 8fb9cddfc1
2 changed files with 6 additions and 5 deletions

View File

@@ -15,10 +15,10 @@ plugins {
id("se.patrikerdes.use-latest-versions") version "0.2.13"
}
val oprsver = "3.3.1"
val oprsver = "3.3.8"
group = "com.openosrs"
version = "1.1.2"
version = "1.1.3"
repositories {
mavenCentral()
@@ -26,6 +26,7 @@ repositories {
maven {
url = uri("https://repo.runelite.net")
url = uri("https://raw.githubusercontent.com/open-osrs/hosting/master")
url = uri("https://repo.openosrs.com/repository/maven")
}
}