Skip to content

Commit 82f28d1

Browse files
committed
bump dep versions
1 parent 9a59660 commit 82f28d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ steps:
3737
inputs:
3838
targetType: 'inline'
3939
script: |
40-
sbt -Divy.home=${IVY_HOME} -Dsbt.ivy.home=${IVY_HOME} "++2.13.9; clean; coverage; test; coverageReport" && bash <(curl -s https://codecov.io/bash)
40+
sbt -Divy.home=${IVY_HOME} -Dsbt.ivy.home=${IVY_HOME} "++2.13.10; clean; coverage; test; coverageReport" && bash <(curl -s https://codecov.io/bash)
4141
failOnStderr: false

azure-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ steps:
4444
git config --global user.email "tim@@pragmasoft.nl"
4545
git config --global user.name "Azure Devops release pipeline"
4646
47-
sbt -Divy.home=${IVY_HOME} -Dsbt.ivy.home=${IVY_HOME} "++2.13.9; test"
47+
sbt -Divy.home=${IVY_HOME} -Dsbt.ivy.home=${IVY_HOME} "++2.13.10; test"
4848
sbt -Divy.home=${IVY_HOME} -Dsbt.ivy.home=${IVY_HOME} "release with-defaults"
4949
5050
rm -rf $(secring.secureFilePath)

0 commit comments

Comments
 (0)