Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tajobe committed May 22, 2022
1 parent acdda9d commit cc93c53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ buildscript {
plugins {
kotlin("jvm")
id("com.github.johnrengelman.shadow") version "7.1.2"
id("pl.allegro.tech.build.axion-release") version "1.13.6"
id("org.jlleitschuh.gradle.ktlint") version "10.2.1"
id("pl.allegro.tech.build.axion-release") version "1.13.7"
id("org.jlleitschuh.gradle.ktlint") version "10.3.0"
}

group = "org.simplemc"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.code.style=official

kotlinVersion=1.6.10
kotlinVersion=1.6.21
mcApiVersion=1.18
repoRef=SimpleMC/mc-kotlin-plugin-template

0 comments on commit cc93c53

Please sign in to comment.