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 f9baab6 commit 95f353bCopy full SHA for 95f353b
build.gradle
@@ -62,7 +62,7 @@ def jqwikVersion = '1.9.0'
62
def jsonVersion = '20240303'
63
def jmhVersion = '1.37'
64
def agronaVersion = '1.23.0'
65
-def agronaVersionRange = '[1.23.0,2.0[' // allow any release >= 1.23.0 and < 2.0.0
+def agronaVersionRange = "[${agronaVersion},2.0["
66
67
def sbeGroup = 'uk.co.real-logic'
68
def sbeVersion = file('version.txt').text.trim()
0 commit comments