Skip to content

Commit

Permalink
Bump shadowJar version & project version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GrowlyX committed Jan 12, 2022
1 parent 8fbc76c commit 9329fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugins {
id "maven-publish"
id "com.github.johnrengelman.shadow" version "6.1.0"
id "com.github.johnrengelman.shadow" version "7.1.2"
id "org.jetbrains.kotlin.jvm" version "1.6.0"
}

group "gg.scala.flavor"
version "0.1.1"
version "0.1.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit 9329fd5

Please sign in to comment.