We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3881a commit 1f19dc1Copy full SHA for 1f19dc1
2 files changed
lib/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = "org.veupathdb.lib"
11
-version = "1.5.1"
+version = "1.5.2"
12
13
14
dependencies {
readme.adoc
@@ -29,7 +29,7 @@ image::docs/assets/overview.png[]
29
[source, kotlin]
30
----
31
32
- implementation("org.veupathdb.lib:compute-platform:1.5.0")
+ implementation("org.veupathdb.lib:compute-platform:1.5.2")
33
34
35
0 commit comments