Skip to content

Commit

Permalink
[1.8.0] Updated to HeadlessMC 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3arthqu4ke committed Nov 18, 2023
1 parent fab5f4a commit 7a4e3fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ plugins {
}

group 'me.earth.headlessmc'
version '1.2.2'
version '1.8.0'

repositories {
// mavenLocal()
mavenCentral()
maven {
name '3arthMaven'
Expand All @@ -29,9 +30,9 @@ java {
}

dependencies {
implementation 'me.earth.headlessmc:headlessmc-runtime:1.6.4'
implementation 'me.earth.headlessmc:headlessmc-runtime:1.8.0'

testImplementation('me.earth.headlessmc:headlessmc-commons:1.6.4:test-fixtures')
testImplementation('me.earth.headlessmc:headlessmc-commons:1.8.0:test-fixtures')
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
}
Expand Down

0 comments on commit 7a4e3fc

Please sign in to comment.