Skip to content

Commit 47902cf

Browse files
committed
Release dxApi 0.13.13
1 parent cfbca79 commit 47902cf

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

api/RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 0.13.13 (2025-04-06)
6+
7+
* Fix runtime error when incorrect `application.conf` was used for DXUserAgent
8+
59
## 0.13.12 (2025-03-28)
610

711
* Fix `java.lang.NullPointerException` when could not receive response in `com.dnanexus.DXHTTPRequest`

api/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxApi {
2-
version = "0.13.13-SNAPSHOT"
2+
version = "0.13.13"
33
}
44

55
#

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ val yaml = project
112112
lazy val dependencies =
113113
new {
114114
val dxCommonVersion = "0.11.5"
115-
val dxApiVersion = "0.13.12"
115+
val dxApiVersion = "0.13.13"
116116
val typesafeVersion = "1.4.1"
117117
val sprayVersion = "1.3.6"
118118
val snakeyamlVersion = "2.3"

common/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxCommon {
2-
version = "0.11.6-SNAPSHOT"
2+
version = "0.11.5"
33
}
44

55
#

protocols/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxFileAccessProtocols {
2-
version = "0.5.7-SNAPSHOT"
2+
version = "0.5.6"
33
}
44

55
#

yaml/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxYaml {
2-
version = "0.1.2-SNAPSHOT"
2+
version = "0.1.1"
33
}
44

55
#

0 commit comments

Comments
 (0)