Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.jetbrains.kotlinx:kotlinx-serialization-hocon from 1.6.3 to 1.7.1 in the all group across 1 directory #93

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
patreon: heapyhop
github: Correia-jpv
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
<b><code>&nbsp;10907⭐</code></b> <b><code>&nbsp;&nbsp;1201🍴</code></b> [KotlinBy/awesome-kotlin](https://github.com/KotlinBy/awesome-kotlin))
2 changes: 1 addition & 1 deletion app-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down