We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af989b2 commit c1f5053Copy full SHA for c1f5053
build.gradle.kts
@@ -1,7 +1,7 @@
1
import java.util.*
2
3
plugins {
4
- kotlin("multiplatform") version "1.3.41"
+ kotlin("multiplatform") version "1.3.50"
5
id("com.jfrog.bintray") version "1.8.4"
6
`maven-publish`
7
`java-library` //todo: ask whether we need javadoc at all as it is always empty
versions.gradle.kts
@@ -1,4 +1,4 @@
-extra["sl4j_version"] = "1.7.25"
+extra["sl4j_version"] = "1.7.29"
extra["log4j_version"] = "2.11.1"
extra["mockito_version"] = "1.10.19"
extra["junit_version"] = "4.12"
0 commit comments