File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ version = rootProject.spotlessChangelog.versionNext
77apply from : rootProject. file(' gradle/java-setup.gradle' )
88apply from : rootProject. file(' gradle/java-publish.gradle' )
99
10- String VER_SOLSTICE = ' 1.0.0 '
10+ String VER_SOLSTICE = ' 1.0.3 '
1111dependencies {
1212 api project(' :lib' )
1313 // misc useful utilities
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ plugins {
2525 // https://plugins.gradle.org/plugin/com.gradle.enterprise
2626 id ' com.gradle.enterprise' version ' 3.12.4'
2727 // https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
28- id ' dev.equo.ide' version ' 0.17.2 ' apply false
28+ id ' dev.equo.ide' version ' 1.0.1 ' apply false
2929}
3030
3131dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments