Skip to content

Commit

Permalink
Fix #56: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tlinkowski committed Aug 25, 2019
1 parent 1ad1edc commit 64a8800
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
#
group=pl.tlinkowski.gradle.my
# Release scopes: [major, minor, patch]
reckon.scope=patch
reckon.scope=minor
# Fixes java.lang.OutOfMemoryError: Metaspace
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
6 changes: 3 additions & 3 deletions gradle/shared-gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
#
kordampVersion=0.25.0
modularityVersion=1.5.0
kotlinVersion=1.3.31
kotlinVersion=1.3.41
spockVersion=1.3-groovy-2.5
groovyVersion=2.5.7
groovyVersion=2.5.8
grgitVersion=3.1.1
reckonVersion=0.11.0
dependencyUpdatesVersion=0.21.0
dependencyUpdatesVersion=0.22.0

0 comments on commit 64a8800

Please sign in to comment.