From f13269fdaa995466abde3fe93345c5353d940d5f Mon Sep 17 00:00:00 2001 From: correia-jpv Date: Wed, 26 Jun 2024 03:05:49 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E2=9A=A1=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ffd3a739..574fff11 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,26 @@ -# Awesome Kotlin ([https://kotlin.link](https://kotlin.link)) +# Awesome Kotlin 🌎 [https://kotlin.link](kotlin.link)) A curated list of awesome Kotlin related stuff inspired by awesome-java. :octocat: Discuss this project in [Kotlin Slack](http://slack.kotlinlang.org/), channel: **# awesome-kotlin** -[![List of Awesome List Badge](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Build](https://github.com/KotlinBy/awesome-kotlin/actions/workflows/build.yml/badge.svg)](https://github.com/KotlinBy/awesome-kotlin/actions/workflows/build.yml) [![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) +[![List of Awesome List Badge](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Build](https://github.com/correia-jpv/fucking-awesome-kotlin/actions/workflows/build.yml/badge.svg)](https://github.com/correia-jpv/fucking-awesome-kotlin/actions/workflows/build.yml) [![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/correia-jpv/fucking-awesome-kotlin) :newspaper: [RSS Feed of articles, videos, slides, updates (20 latest articles)](http://kotlin.link/rss.xml) :newspaper: [RSS Feed of articles, videos, slides, updates (full archive)](http://kotlin.link/rss-full.xml) -:octocat: [Awesome Kotlin - README.md](https://github.com/KotlinBy/awesome-kotlin/blob/readme/README.md) - README with links +:octocat: [Awesome Kotlin - README.md](https://github.com/correia-jpv/fucking-awesome-kotlin/blob/readme/README.md) - README with links ## Spread Awesome Kotlin! Here is the awesome badge for your project: ```markdown -[![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) +[![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/correia-jpv/fucking-awesome-kotlin) ``` -To contribute, check [CONTRIBUTING.md](https://github.com/KotlinBy/awesome-kotlin/blob/main/.github/contributing.md). +To contribute, check [CONTRIBUTING.md](https://github.com/correia-jpv/fucking-awesome-kotlin/blob/main/.github/contributing.md). + +## Source + 10907⭐   1201🍴 [KotlinBy/awesome-kotlin](https://github.com/KotlinBy/awesome-kotlin)) \ No newline at end of file From 8eca71a7cdd77957647969dbd8b64b44316bfd60 Mon Sep 17 00:00:00 2001 From: correia-jpv Date: Wed, 26 Jun 2024 03:05:57 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=92=97=20Funding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index badd8f73..de9fcec9 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -patreon: heapyhop +github: Correia-jpv \ No newline at end of file From 7f9a441df85e6fbd3f6f26c07199ef5772521e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 03:06:47 +0000 Subject: [PATCH 3/3] Bump org.jetbrains.kotlinx:kotlinx-serialization-hocon Bumps the all group with 1 update in the / directory: [org.jetbrains.kotlinx:kotlinx-serialization-hocon](https://github.com/Kotlin/kotlinx.serialization). Updates `org.jetbrains.kotlinx:kotlinx-serialization-hocon` from 1.6.3 to 1.7.1 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.6.3...v1.7.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-hocon dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- app-backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backend/build.gradle.kts b/app-backend/build.gradle.kts index 7c97e763..94094a9b 100644 --- a/app-backend/build.gradle.kts +++ b/app-backend/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { implementation(kotlin("reflect")) implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.8.1") - implementation("org.jetbrains.kotlinx:kotlinx-serialization-hocon:1.6.3") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-hocon:1.7.1") implementation("com.charleskorn.kaml:kaml:0.60.0") implementation("org.flywaydb:flyway-database-postgresql:10.15.0")