Skip to content

Commit

Permalink
Dependency updates (Kotlin 1.9.10, etc.) (#9)
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
StefanOltmann authored Sep 14, 2023
1 parent 5d84d88 commit cc313c0
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 58 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# XMP Core for Kotlin Multiplatform

[![Kotlin](https://img.shields.io/badge/kotlin-1.9.0-blue.svg?logo=kotlin)](httpw://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/kotlin-1.9.10-blue.svg?logo=kotlin)](httpw://kotlinlang.org)
![JVM](https://img.shields.io/badge/-JVM-gray.svg?style=flat)
![Android](https://img.shields.io/badge/-Android-gray.svg?style=flat)
![macOS](https://img.shields.io/badge/-macOS-gray.svg?style=flat)
Expand All @@ -15,7 +15,7 @@ It's part of [Ashampoo Photos](https://ashampoo.com/photos).
## Installation

```
implementation("com.ashampoo:xmpcore:0.1.5")
implementation("com.ashampoo:xmpcore:0.1.6")
```

## How to use
Expand Down
16 changes: 8 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ import org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType
import org.jetbrains.kotlin.gradle.plugin.mpp.apple.XCFramework

plugins {
kotlin("multiplatform") version "1.9.0"
kotlin("multiplatform") version "1.9.10"
id("com.android.library") version "7.4.2"
id("maven-publish")
id("signing")
id("io.gitlab.arturbosch.detekt") version "1.22.0"
id("org.sonarqube") version "4.3.0.3225"
id("io.gitlab.arturbosch.detekt") version "1.23.1"
id("org.sonarqube") version "4.3.1.3277"
id("org.jetbrains.kotlinx.kover") version "0.6.1"
id("com.asarkar.gradle.build-time-tracker") version "4.3.0"
id("me.qoomon.git-versioning") version "6.4.1"
id("me.qoomon.git-versioning") version "6.4.2"
id("com.goncalossilva.resources") version "0.4.0"
id("com.github.ben-manes.versions") version "0.47.0"
id("com.github.ben-manes.versions") version "0.48.0"
}

repositories {
Expand All @@ -22,8 +22,8 @@ repositories {

val productName = "Ashampoo XMP Core"

val ktorVersion: String = "2.3.3"
val xmlUtilVersion: String = "0.86.1"
val ktorVersion: String = "2.3.4"
val xmlUtilVersion: String = "0.86.2"

description = productName
group = "com.ashampoo"
Expand Down Expand Up @@ -111,7 +111,7 @@ koverMerged {
}

dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.22.0")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1")
}

kotlin {
Expand Down
Loading

0 comments on commit cc313c0

Please sign in to comment.