Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
build: update to KT1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
xtexx committed Jan 1, 2024
1 parent 08d8807 commit dd8b14a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import java.nio.charset.StandardCharsets

plugins {
id 'fabric-loom' version '1.3-SNAPSHOT'
id 'org.jetbrains.kotlin.jvm' version '1.9.0'
id 'fabric-loom' version '1.4-SNAPSHOT'
id 'org.jetbrains.kotlin.jvm' version '1.9.22'
id 'net.kyori.indra' version '3.1.3'
id 'net.kyori.indra.licenser.spotless' version '3.1.2'
id 'net.kyori.indra.git' version '3.1.3'
Expand All @@ -13,7 +13,7 @@ plugins {
}

group 'scpsharp'
version '1.13.0'
version '1.13.1'
String fullVersion = "mc${project.minecraft_version}-$project.version"

repositories {
Expand All @@ -28,7 +28,7 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation 'net.fabricmc:fabric-language-kotlin:1.10.8+kotlin.1.9.0'
modImplementation 'net.fabricmc:fabric-language-kotlin:1.10.17+kotlin.1.9.22'

modImplementation 'com.terraformersmc:modmenu:9.0.0'
modCompileOnly 'me.shedaniel:RoughlyEnoughItems-api-fabric:14.0.688'
Expand Down

0 comments on commit dd8b14a

Please sign in to comment.