Skip to content

Commit

Permalink
Preparing for 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Mar 15, 2020
1 parent f4e420f commit 973a1d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ archivesBaseName = 'languagesupport'
ext.isReleaseVersion = !project.version.endsWith('SNAPSHOT')

dependencies {
api 'com.fifesoft:rsyntaxtextarea:3.0.8'
api 'com.fifesoft:autocomplete:3.0.5'
api 'com.fifesoft:rsyntaxtextarea:3.1.0'
api 'com.fifesoft:autocomplete:3.1.0'
implementation 'org.mozilla:rhino:1.7.6'
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13'
}

wrapper {
gradleVersion = '6.1'
gradleVersion = '6.2.2'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
javaVersion=1.8
version=3.0.3-SNAPSHOT
version=3.1.0

0 comments on commit 973a1d0

Please sign in to comment.