Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nek4life/sfcc-studio
Browse files Browse the repository at this point in the history
  • Loading branch information
nek4life committed Sep 27, 2021
2 parents 0bcd57f + 657d865 commit 45aa09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ plugins {
// Java support
id("java")
// Kotlin support
id("org.jetbrains.kotlin.jvm") version "1.5.30"
id("org.jetbrains.kotlin.jvm") version "1.5.31"
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij") version "1.1.6"
// Kotlinx Serialization
kotlin("plugin.serialization") version "1.5.30"
kotlin("plugin.serialization") version "1.5.31"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "1.3.0"
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
Expand Down

0 comments on commit 45aa09c

Please sign in to comment.