Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Oct 28, 2024
1 parent 840bb3a commit 7580461
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//file:noinspection all

plugins {
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'maven-publish'
id "org.jetbrains.kotlin.jvm" version "1.9.+"
id "org.jetbrains.kotlin.jvm" version "2.0.21"
}

def ENV = System.getenv()
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.2-pre1
yarn_build=1
loader_version=0.16.5
fabric_version=0.105.2+1.21.2
fabric_kotlin_version=1.10.20+kotlin.1.9.24
minecraft_version=1.21.3
yarn_build=2
loader_version=0.16.7
fabric_version=0.107.0+1.21.3
fabric_kotlin_version=1.12.3+kotlin.2.0.21
kache_version=1.0.5

# Mod Properties
mod_version=3.0-1.21.2
mod_version=3.0
maven_group=dev.andante
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 7580461

Please sign in to comment.