Skip to content

Commit

Permalink
Use the latest version of SLP
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotori316 committed May 14, 2024
1 parent bfb0a96 commit 0a3fce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
gradle-home-cache-cleanup: true
add-job-summary: 'on-failure'
- run: ./gradlew build
- run: ./gradlew runData
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.time.format.DateTimeFormatter
plugins {
id("scala")
id("maven-publish")
id("net.neoforged.gradle.userdev") version ("[7.0.26, 8.0)")
id("net.neoforged.gradle.userdev") version ("7.0.120")
id("idea")
}

Expand Down Expand Up @@ -147,7 +147,7 @@ dependencies {
runtimeOnly(
group = "com.kotori316",
name = "ScalableCatsForce-NeoForge".lowercase(),
version = "3.3.3-build-6",
version = "3.3.3-build-8",
classifier = "with-library"
) {
isTransitive = false
Expand Down

0 comments on commit 0a3fce5

Please sign in to comment.