We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 219be90 + f72c471 commit d8c62c1Copy full SHA for d8c62c1
Jenkinsfile.cd
@@ -1,6 +1,6 @@
1
#!groovy
2
3
-@Library('SovrinHelpers@v2.1.1') _
+@Library('SovrinHelpers@v2.2.1') _
4
5
String name = 'indy-node'
6
String pkgName = name
setup.py
@@ -50,7 +50,7 @@
50
data_files=[(
51
(BASE_DIR, ['data/nssm_original.exe'])
52
)],
53
- install_requires=['indy-plenum==1.10.0.rc1',
+ install_requires=['indy-plenum==1.10.0',
54
'timeout-decorator==0.4.0',
55
'distro==1.3.0'],
56
setup_requires=['pytest-runner'],
0 commit comments