Skip to content

Commit

Permalink
Merge pull request #13 from tbm98/dependabot/gradle/org.jetbrains.kot…
Browse files Browse the repository at this point in the history
…lin.jvm-1.5.0

Bump org.jetbrains.kotlin.jvm from 1.4.31 to 1.5.0
  • Loading branch information
tbm98 authored Apr 27, 2021
2 parents 2c1dafe + 412a703 commit 941824d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
// Java support
id("java")
// Kotlin support
id("org.jetbrains.kotlin.jvm") version "1.4.31"
id("org.jetbrains.kotlin.jvm") version "1.5.0"
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij") version "0.7.3"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
Expand Down

0 comments on commit 941824d

Please sign in to comment.