Skip to content

Commit

Permalink
обновление зависимостей
Browse files Browse the repository at this point in the history
  • Loading branch information
theshadowco committed Jan 4, 2024
1 parent 57d15d7 commit ae01b3c
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 @@ -45,7 +45,7 @@ val isSnapshot = gitVersioning.gitVersionDetails.refType != GitRefType.TAG
dependencies {
implementation("com.tunnelvisionlabs", "antlr4", "4.9.0")
implementation("com.github.1c-syntax", "utils", "0.5.1")
implementation("commons-io", "commons-io", "2.6")
implementation("commons-io", "commons-io", "2.15.1")
}

java {
Expand Down

0 comments on commit ae01b3c

Please sign in to comment.