Skip to content

Commit

Permalink
chore: 2.2.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
cj848 committed Jan 19, 2023
1 parent afcdcdb commit b1c4c14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
import org.gradle.api.tasks.testing.logging.TestLogEvent.FAILED
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

@Suppress("DSL_SCOPE_VIOLATION")
plugins {
Expand All @@ -13,7 +12,7 @@ plugins {

allprojects {
group = "com.linecorp.kotlin-jdsl"
version = "2.1.0.RELEASE"
version = "2.2.0.RELEASE"

repositories {
mavenCentral()
Expand Down

0 comments on commit b1c4c14

Please sign in to comment.