MCPcopy Create free account
hub / github.com/apache/fory / _update_scala_version

Function _update_scala_version

ci/release.py:688–694  ·  view source on GitHub ↗
(lines, v)

Source from the content-addressed store, hash-verified

686
687
688def _update_scala_version(lines, v):
689 v = _normalize_java_version(v)
690 for index, line in enumerate(lines):
691 if "foryVersion = " in line:
692 lines[index] = f'val foryVersion = "{v}"\n'
693 break
694 return lines
695
696
697def _update_kotlin_version(lines, v):

Callers

nothing calls this directly

Calls 1

_normalize_java_versionFunction · 0.85

Tested by

no test coverage detected