We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da98b17 commit 9b8a66aCopy full SHA for 9b8a66a
package.py
@@ -14,7 +14,7 @@ def version():
14
"""
15
Increment the build in the version.
16
17
- _version = '15.29'
+ _version = '15.30'
18
from rezbuild import earlybind
19
return earlybind.version(this, _version)
20
@@ -83,10 +83,10 @@ def version():
83
84
requires = [
85
'arras4_core-4.10',
86
- 'mcrt_dataio-15.17',
+ 'mcrt_dataio-15.18',
87
'mcrt_messages-14.7',
88
- 'moonray-17.29',
89
- 'scene_rdl2-15.16',
+ 'moonray-17.30',
+ 'scene_rdl2-15.17',
90
]
91
92
private_build_requires = [
0 commit comments