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.7.3 '
10+ String VER_SOLSTICE = ' 1.7.4 '
1111dependencies {
1212 api projects. lib
1313 // misc useful utilities
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ EquoBasedStepBuilder.State get() throws Exception {
117117 }
118118 var classpath = new ArrayList <File >();
119119 var mavenDeps = new ArrayList <String >();
120- mavenDeps .add ("dev.equo.ide:solstice:1.7.3 " );
120+ mavenDeps .add ("dev.equo.ide:solstice:1.7.4 " );
121121 mavenDeps .add ("com.diffplug.durian:durian-swt.os:4.2.0" );
122122 mavenDeps .addAll (query .getJarsOnMavenCentral ());
123123 classpath .addAll (mavenProvisioner .provisionWithTransitives (false , mavenDeps ));
You can’t perform that action at this time.
0 commit comments