Skip to content

Commit 6ca61f7

Browse files
committed
fix: merge conflict
2 parents 860efcc + d672263 commit 6ca61f7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# 🪶 ヘイゼル hazel •
1+
# 🪶 ヘイゼル hazel • [![ktlint](https://github.com/auguwu/hazel/actions/workflows/lint.yml/badge.svg?branch=master)](https://github.com/auguwu/hazel/actions/workflows/lint.yml) [![Docker Pulls](https://img.shields.io/docker/pulls/auguwu/hazel?label=Docker%3A%20auguwu%2Fhazel&style=flat-square)](https://hub.docker.com/r/auguwu/hazel) [![GitHub Sponsors](https://img.shields.io/github/sponsors/auguwu?style=flat-square)](https://github.com/sponsors/auguwu)
2+
23
> *Minimal, simple, and open source content delivery network made in Kotlin*
34
45
## Why?

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929

3030
dependencies {
3131
classpath("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.17.2")
32-
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.5.0")
32+
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.5.1")
3333
classpath(kotlin("gradle-plugin", version = "1.6.20"))
3434
classpath(kotlin("serialization", version = "1.6.20"))
3535
classpath("gay.floof.utils:gradle-utils:1.3.0")
@@ -39,7 +39,7 @@ buildscript {
3939

4040
plugins {
4141
kotlin("plugin.serialization") version "1.6.21"
42-
id("com.diffplug.spotless") version "6.5.0"
42+
id("com.diffplug.spotless") version "6.5.1"
4343
kotlin("jvm") version "1.6.21"
4444
id("io.kotest") version "0.3.9"
4545
application
@@ -90,7 +90,7 @@ dependencies {
9090
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.3.2"))
9191
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.1"))
9292
testImplementation(platform("io.kotest:kotest-bom:5.2.3"))
93-
api(platform("org.noelware.remi:remi-bom:0.1.4-beta.1"))
93+
api(platform("org.noelware.remi:remi-bom:0.1.4-beta.2"))
9494
api(platform("io.ktor:ktor-bom:2.0.1"))
9595

9696
// kotlinx.coroutines

0 commit comments

Comments
 (0)