Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dae9e commit 3b8101dCopy full SHA for 3b8101d
build.gradle
@@ -58,8 +58,8 @@ def hamcrestVersion = '2.2'
58
def mockitoVersion = '4.11.0'
59
def junitVersion = '5.10.0'
60
def jmhVersion = '1.37'
61
-def agronaVersion = '1.19.2'
62
-def agronaVersionRange = '[1.19.2,2.0[' // allow any release >= 1.19.2 and < 2.0.0
+def agronaVersion = '1.20.0'
+def agronaVersionRange = '[1.20.0,2.0[' // allow any release >= 1.20.0 and < 2.0.0
63
64
def sbeGroup = 'uk.co.real-logic'
65
def sbeVersion = file('version.txt').text.trim()
0 commit comments