Skip to content

Commit 95f353b

Browse files
committed
[Java] Simplify versioning.
1 parent f9baab6 commit 95f353b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def jqwikVersion = '1.9.0'
6262
def jsonVersion = '20240303'
6363
def jmhVersion = '1.37'
6464
def agronaVersion = '1.23.0'
65-
def agronaVersionRange = '[1.23.0,2.0[' // allow any release >= 1.23.0 and < 2.0.0
65+
def agronaVersionRange = "[${agronaVersion},2.0["
6666

6767
def sbeGroup = 'uk.co.real-logic'
6868
def sbeVersion = file('version.txt').text.trim()

0 commit comments

Comments
 (0)