File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.0.3 '
10
+ String VER_SOLSTICE = ' 1.3.1 '
11
11
dependencies {
12
12
api project(' :lib' )
13
13
// misc useful utilities
Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ EquoBasedStepBuilder.State get() throws Exception {
110
110
}
111
111
var classpath = new ArrayList <File >();
112
112
var mavenDeps = new ArrayList <String >();
113
- mavenDeps .add ("dev.equo.ide:solstice:1.0.3 " );
114
- mavenDeps .add ("com.diffplug.durian:durian-swt.os:4.1.1 " );
113
+ mavenDeps .add ("dev.equo.ide:solstice:1.3.1 " );
114
+ mavenDeps .add ("com.diffplug.durian:durian-swt.os:4.2.0 " );
115
115
mavenDeps .addAll (query .getJarsOnMavenCentral ());
116
116
classpath .addAll (mavenProvisioner .provisionWithTransitives (false , mavenDeps ));
117
117
classpath .addAll (query .getJarsNotOnMavenCentral ());
You can’t perform that action at this time.
0 commit comments