Skip to content

Commit

Permalink
Preparing for the 3.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Jan 22, 2022
1 parent 6d4eb70 commit 630e88b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions RSTAUI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ assert JavaVersion.current().isJava8Compatible()
archivesBaseName = 'rstaui'

dependencies {
api 'com.fifesoft:rsyntaxtextarea:3.1.4'
api 'com.fifesoft:autocomplete:3.1.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
api 'com.fifesoft:rsyntaxtextarea:3.1.6'
api 'com.fifesoft:autocomplete:3.1.5'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
}

ext.isReleaseVersion = !project.version.endsWith('SNAPSHOT')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
javaVersion=1.8
version=3.1.4-SNAPSHOT
version=3.1.4

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

0 comments on commit 630e88b

Please sign in to comment.