Skip to content

Commit

Permalink
feat: update gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cvette committed Jul 23, 2023
1 parent b1b71f4 commit 5beceb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ plugins {
id("java")
id("java-library")
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij") version "1.14.2"
id("org.jetbrains.intellij") version "1.15.0"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "2.1.0"
id("org.jetbrains.changelog") version "2.1.2"
// gradle-grammar-kit-plugin - read more: https://github.com/JetBrains/gradle-grammar-kit-plugin
id("org.jetbrains.grammarkit") version "2022.3.1"
// Gradle Qodana Plugin
Expand All @@ -37,7 +37,7 @@ idea {
}

dependencies {
implementation("io.sentry:sentry:6.24.0")
implementation("io.sentry:sentry:6.26.0")
}

sourceSets {
Expand Down

0 comments on commit 5beceb8

Please sign in to comment.