mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-02 19:34:04 +02:00
Bump org.jetbrains:annotations from 26.0.1 to 26.0.2
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.1 to 26.0.2. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/26.0.1...26.0.2) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
33b34b84b5
commit
3b1e319a8e
@ -107,7 +107,7 @@ dependencies {
|
||||
compileOnly(project(":annotation-processors"))
|
||||
|
||||
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion")
|
||||
compileOnly("org.jetbrains:annotations:26.0.1")
|
||||
compileOnly("org.jetbrains:annotations:26.0.2")
|
||||
|
||||
intellijPlatform {
|
||||
// Snapshots don't use installers
|
||||
|
@ -57,7 +57,7 @@ dependencies {
|
||||
testImplementation("org.jetbrains.kotlin:kotlin-test:$kotlinVersion")
|
||||
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion")
|
||||
|
||||
compileOnly("org.jetbrains:annotations:26.0.1")
|
||||
compileOnly("org.jetbrains:annotations:26.0.2")
|
||||
|
||||
runtimeOnly("org.antlr:antlr4-runtime:4.13.2")
|
||||
antlr("org.antlr:antlr4:4.13.2")
|
||||
|
Loading…
Reference in New Issue
Block a user