Skip to content

Commit

Permalink
Upgrade some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureMarker committed Mar 6, 2022
1 parent 168fba0 commit 2e13ad6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.intellij' version '1.2.1'
id 'org.jetbrains.intellij' version '1.4.0'
id 'org.jetbrains.kotlin.jvm' version '1.5.20'
id 'org.jetbrains.grammarkit' version '2021.1.3'
id 'idea'
Expand All @@ -15,10 +15,10 @@ repositories {
}

dependencies {
implementation 'io.sentry:sentry:5.4.0'
implementation 'io.sentry:sentry:5.6.1'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
}

// Add the generated source files into the build
Expand Down

0 comments on commit 2e13ad6

Please sign in to comment.