File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
+
2
3
> * Minimal, simple, and open source content delivery network made in Kotlin*
3
4
4
5
## Why?
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ buildscript {
29
29
30
30
dependencies {
31
31
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 " )
33
33
classpath(kotlin(" gradle-plugin" , version = " 1.6.20" ))
34
34
classpath(kotlin(" serialization" , version = " 1.6.20" ))
35
35
classpath(" gay.floof.utils:gradle-utils:1.3.0" )
@@ -39,7 +39,7 @@ buildscript {
39
39
40
40
plugins {
41
41
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 "
43
43
kotlin(" jvm" ) version " 1.6.21"
44
44
id(" io.kotest" ) version " 0.3.9"
45
45
application
@@ -90,7 +90,7 @@ dependencies {
90
90
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.3.2" ))
91
91
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.1" ))
92
92
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 " ))
94
94
api(platform(" io.ktor:ktor-bom:2.0.1" ))
95
95
96
96
// kotlinx.coroutines
You can’t perform that action at this time.
0 commit comments