File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# dxApi
2
2
3
- ## 0.13.7 (2023-07-21)
3
+ ## 0.13.8 (2023-07-21)
4
4
* changes to allow compiling with ` treeTurnaroundTimeThreshold ` attribute which facilitates platform to send the email
5
5
notifications for the root jobs/analyses with a run time (aka ` treeTurnatoundTime ` ) exceeding the specified threshold.
6
6
This feature is not exclusive for dxCompiler and more information is available in the platform documentation.
Original file line number Diff line number Diff line change 1
1
dxApi {
2
- version = "0.13.7 "
2
+ version = "0.13.8 "
3
3
}
4
4
5
5
#
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ val yaml = project
118
118
lazy val dependencies =
119
119
new {
120
120
val dxCommonVersion = " 0.11.5"
121
- val dxApiVersion = " 0.13.7 "
121
+ val dxApiVersion = " 0.13.8 "
122
122
val typesafeVersion = " 1.4.1"
123
123
val sprayVersion = " 1.3.6"
124
124
val snakeyamlVersion = " 2.3"
You can’t perform that action at this time.
0 commit comments