Bump multiplatform from 1.5.20 to 1.5.21 in /samples/multiplatform

Bumps multiplatform from 1.5.20 to 1.5.21.

---
updated-dependencies:
- dependency-name: multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-07-14 04:03:35 +00:00
committed by Robert Stoll
parent e83f6b511f
commit 236510ad3f

View File

@@ -9,7 +9,7 @@ val atriumVersion = "0.16.0"
val junitVersion = "5.7.2"
plugins {
kotlin("multiplatform") version "1.5.20"
kotlin("multiplatform") version "1.5.21"
}
group = "org.atriumlib.samples"