File tree 2 files changed +2
-2
lines changed
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.3 '
10
+ String VER_SOLSTICE = ' 1.7.4 '
11
11
dependencies {
12
12
api projects. lib
13
13
// misc useful utilities
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ EquoBasedStepBuilder.State get() throws Exception {
117
117
}
118
118
var classpath = new ArrayList <File >();
119
119
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 " );
121
121
mavenDeps .add ("com.diffplug.durian:durian-swt.os:4.2.0" );
122
122
mavenDeps .addAll (query .getJarsOnMavenCentral ());
123
123
classpath .addAll (mavenProvisioner .provisionWithTransitives (false , mavenDeps ));
You can’t perform that action at this time.
0 commit comments