Skip to content
This repository was archived by the owner on Feb 9, 2024. It is now read-only.

Commit f11dd67

Browse files
authored
Bump kotlin version and coroutineworker version
2 parents c30de6f + f7b4ed0 commit f11dd67

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ on:
88
branches:
99
- master
1010

11-
1211
jobs:
1312
build:
1413
strategy:
1514
matrix:
16-
os: [macOS-latest, windows-latest, ubuntu-latest]
15+
os: [macOS-11, windows-latest, ubuntu-latest]
1716
runs-on: ${{matrix.os}}
1817
steps:
1918
- name: Checkout the repo
@@ -39,3 +38,4 @@ jobs:
3938

4039
env:
4140
GRADLE_OPTS: -Dorg.gradle.jvmargs="-Xmx3g"
41+
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app/Contents/Developer

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
os: [macOS-latest, windows-latest, ubuntu-latest]
9+
os: [macOS-11, windows-latest, ubuntu-latest]
1010
runs-on: ${{matrix.os}}
1111
steps:
1212
- name: Checkout the repo
@@ -37,6 +37,7 @@ jobs:
3737
SIGNING_KEYID: ${{ secrets.SIGNING_KEYID }}
3838
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
3939
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
40+
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app/Contents/Developer
4041

4142
- name: Publish Linux Artifacts
4243
if: matrix.os == 'ubuntu-latest'

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val coroutinesVersion = "1.5.2"
77
val atomicfuVersion = "0.16.3"
88

99
plugins {
10-
kotlin("multiplatform") version "1.5.30"
10+
kotlin("multiplatform") version "1.6.0"
1111
id("org.jetbrains.dokka") version "0.10.0"
1212
id("maven-publish")
1313
id("signing")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.7.2
1+
VERSION=0.8.0
22

33
kotlin.mpp.enableGranularSourceSetsMetadata=true
44
kotlin.mpp.enableCompatibilityMetadataVariant=true

0 commit comments

Comments
 (0)