Commit 77c480e 1 parent b50fcaf commit 77c480e Copy full SHA for 77c480e
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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.8.0 '
10
+ String VER_SOLSTICE = ' 1.8.1 '
11
11
dependencies {
12
12
api projects. lib
13
13
// misc useful utilities
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016-2024 DiffPlug
2
+ * Copyright 2016-2025 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -131,8 +131,8 @@ public FormatterStep build() {
131
131
}
132
132
var classpath = new ArrayList <File >();
133
133
var mavenDeps = new ArrayList <String >();
134
- mavenDeps .add ("dev.equo.ide:solstice:1.8.0 " );
135
- mavenDeps .add ("com.diffplug.durian:durian-swt.os:4.2.0 " );
134
+ mavenDeps .add ("dev.equo.ide:solstice:1.8.1 " );
135
+ mavenDeps .add ("com.diffplug.durian:durian-swt.os:4.3.1 " );
136
136
mavenDeps .addAll (query .getJarsOnMavenCentral ());
137
137
classpath .addAll (mavenProvisioner .provisionWithTransitives (false , mavenDeps ));
138
138
classpath .addAll (query .getJarsNotOnMavenCentral ());
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
22
22
// https://plugins.gradle.org/plugin/com.gradle.develocity
23
23
id ' com.gradle.develocity' version ' 3.19'
24
24
// https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
25
- id ' dev.equo.ide' version ' 1.7.7 ' apply false
25
+ id ' dev.equo.ide' version ' 1.7.8 ' apply false
26
26
}
27
27
28
28
dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments