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

Commit

Permalink
Bump kotlin version and coroutineworker version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRBaird authored Nov 17, 2021
2 parents c30de6f + f7b4ed0 commit f11dd67
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ on:
branches:
- master


jobs:
build:
strategy:
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
os: [macOS-11, windows-latest, ubuntu-latest]
runs-on: ${{matrix.os}}
steps:
- name: Checkout the repo
Expand All @@ -39,3 +38,4 @@ jobs:

env:
GRADLE_OPTS: -Dorg.gradle.jvmargs="-Xmx3g"
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app/Contents/Developer
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
os: [macOS-11, windows-latest, ubuntu-latest]
runs-on: ${{matrix.os}}
steps:
- name: Checkout the repo
Expand Down Expand Up @@ -37,6 +37,7 @@ jobs:
SIGNING_KEYID: ${{ secrets.SIGNING_KEYID }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app/Contents/Developer

- name: Publish Linux Artifacts
if: matrix.os == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val coroutinesVersion = "1.5.2"
val atomicfuVersion = "0.16.3"

plugins {
kotlin("multiplatform") version "1.5.30"
kotlin("multiplatform") version "1.6.0"
id("org.jetbrains.dokka") version "0.10.0"
id("maven-publish")
id("signing")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.7.2
VERSION=0.8.0

kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.mpp.enableCompatibilityMetadataVariant=true

0 comments on commit f11dd67

Please sign in to comment.