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 = ' 0.19.2 '
10+ String VER_SOLSTICE = ' 1.0.0 '
1111dependencies {
1212 api project(' :lib' )
1313 // misc useful utilities
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ EquoBasedStepBuilder.State get() throws Exception {
8888 var query = model (formatterVersion ).query (P2ClientCache .PREFER_OFFLINE , P2QueryCache .ALLOW );
8989 var classpath = new ArrayList <File >();
9090 var mavenDeps = new ArrayList <String >();
91- mavenDeps .add ("dev.equo.ide:solstice:0.19.2 " );
91+ mavenDeps .add ("dev.equo.ide:solstice:1.0.0 " );
9292 mavenDeps .add ("com.diffplug.durian:durian-swt.os:4.1.1" );
9393 mavenDeps .addAll (query .getJarsOnMavenCentral ());
9494 classpath .addAll (mavenProvisioner .provisionWithTransitives (false , mavenDeps ));
You can’t perform that action at this time.
0 commit comments