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 f62dbbd commit 1a13d0aCopy full SHA for 1a13d0a
build.gradle
@@ -51,7 +51,7 @@ def mockitoVersion = '3.6.28'
51
def junitVersion = '5.7.0'
52
def jmhVersion = '1.27'
53
def agronaVersion = '1.9.0'
54
-def agronaVersionRange = '[1.8,1.9[' // allow any patch release of 1.8.x
+def agronaVersionRange = '[1.9,1.10[' // allow any patch release of 1.9.x
55
56
def sbeGroup = 'uk.co.real-logic'
57
def sbeVersion = file('version.txt').text.trim()
0 commit comments