File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib-extra/src/main/java/com/diffplug/spotless/extra Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ public FormatterStep build() {
114
114
}
115
115
var classpath = new ArrayList <File >();
116
116
var mavenDeps = new ArrayList <String >();
117
- mavenDeps .add ("dev.equo.ide:solstice:1.7.5 " );
117
+ mavenDeps .add ("dev.equo.ide:solstice:1.7.6 " );
118
118
mavenDeps .add ("com.diffplug.durian:durian-swt.os:4.2.0" );
119
119
mavenDeps .addAll (query .getJarsOnMavenCentral ());
120
120
classpath .addAll (mavenProvisioner .provisionWithTransitives (false , mavenDeps ));
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
22
22
// https://plugins.gradle.org/plugin/com.gradle.enterprise
23
23
id ' com.gradle.enterprise' version ' 3.16'
24
24
// https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
25
- id ' dev.equo.ide' version ' 1.7.5 ' apply false
25
+ id ' dev.equo.ide' version ' 1.7.6 ' apply false
26
26
}
27
27
28
28
dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments