Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 3e60406

Browse files
committed
bump version
1 parent f422fa3 commit 3e60406

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
}
2626

2727
dependencies {
28-
implementation("io.github.dockyardmc:scroll:2.3")
28+
implementation("io.github.dockyardmc:scroll:2.9")
2929
}
3030
```
3131
<img src="https://github.com/LukynkaCZE/PrettyLog/assets/48604271/3293feca-7395-4100-8b61-257ba40dbe3c" width="18px"></img>
@@ -39,7 +39,7 @@ repositories {
3939
}
4040
4141
dependencies {
42-
implementation 'io.github.dockyardmc:scroll:2.3'
42+
implementation 'io.github.dockyardmc:scroll:2.9'
4343
}
4444
```
4545
---

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "io.github.dockyardmc"
14-
version = "2.8"
14+
version = "2.9"
1515

1616
repositories {
1717
mavenCentral()

0 commit comments

Comments
 (0)