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
7
7
apply from : rootProject. file(' gradle/java-setup.gradle' )
8
8
apply from : rootProject. file(' gradle/java-publish.gradle' )
9
9
10
- String VER_SOLSTICE = ' 1.7.7 '
10
+ String VER_SOLSTICE = ' 1.8.0 '
11
11
dependencies {
12
12
api projects. lib
13
13
// misc useful utilities
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ public FormatterStep build() {
116
116
}
117
117
var classpath = new ArrayList <File >();
118
118
var mavenDeps = new ArrayList <String >();
119
- mavenDeps .add ("dev.equo.ide:solstice:1.7.7 " );
119
+ mavenDeps .add ("dev.equo.ide:solstice:1.8.0 " );
120
120
mavenDeps .add ("com.diffplug.durian:durian-swt.os:4.2.0" );
121
121
mavenDeps .addAll (query .getJarsOnMavenCentral ());
122
122
classpath .addAll (mavenProvisioner .provisionWithTransitives (false , mavenDeps ));
You can’t perform that action at this time.
0 commit comments