Skip to content

Commit 630e88b

Browse files
committed
Preparing for the 3.1.4 release
1 parent 6d4eb70 commit 630e88b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

RSTAUI/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ assert JavaVersion.current().isJava8Compatible()
99
archivesBaseName = 'rstaui'
1010

1111
dependencies {
12-
api 'com.fifesoft:rsyntaxtextarea:3.1.4'
13-
api 'com.fifesoft:autocomplete:3.1.3'
14-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
15-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
12+
api 'com.fifesoft:rsyntaxtextarea:3.1.6'
13+
api 'com.fifesoft:autocomplete:3.1.5'
14+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
15+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
1616
}
1717

1818
ext.isReleaseVersion = !project.version.endsWith('SNAPSHOT')

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
22
javaVersion=1.8
3-
version=3.1.4-SNAPSHOT
3+
version=3.1.4
44

55
# Ugh, see https://github.com/gradle/gradle/issues/11308
66
systemProp.org.gradle.internal.publish.checksums.insecure=true

0 commit comments

Comments
 (0)