Change kotlin dependency version from 1.6.0-RC2 to 1.6.10

This commit is contained in:
Tamas Vajk
2022-01-24 14:20:10 +01:00
committed by Ian Lynagh
parent 0d90148f3e
commit bb7e01988a

View File

@@ -1,7 +1,7 @@
import re
import subprocess
many_versions = [ '1.4.32', '1.5.31', '1.6.0-RC2' ]
many_versions = [ '1.4.32', '1.5.31', '1.6.10' ]
def get_single_version():
versionOutput = subprocess.run(['kotlinc', '-version'], capture_output=True, text=True)