Skip to content

Commit

Permalink
Bump Solstice to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Mar 13, 2023
1 parent 73d7ed2 commit cd2faeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib-extra/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = rootProject.spotlessChangelog.versionNext
apply from: rootProject.file('gradle/java-setup.gradle')
apply from: rootProject.file('gradle/java-publish.gradle')

String VER_SOLSTICE = '0.19.2'
String VER_SOLSTICE = '1.0.0'
dependencies {
api project(':lib')
// misc useful utilities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ EquoBasedStepBuilder.State get() throws Exception {
var query = model(formatterVersion).query(P2ClientCache.PREFER_OFFLINE, P2QueryCache.ALLOW);
var classpath = new ArrayList<File>();
var mavenDeps = new ArrayList<String>();
mavenDeps.add("dev.equo.ide:solstice:0.19.2");
mavenDeps.add("dev.equo.ide:solstice:1.0.0");
mavenDeps.add("com.diffplug.durian:durian-swt.os:4.1.1");
mavenDeps.addAll(query.getJarsOnMavenCentral());
classpath.addAll(mavenProvisioner.provisionWithTransitives(false, mavenDeps));
Expand Down

0 comments on commit cd2faeb

Please sign in to comment.