Skip to content

Commit bf144c6

Browse files
authored
Merge pull request #64 from buenaflor/patch-1
Update GSoC KFlogger dependency
2 parents b77e043 + d7fbaaf commit bf144c6

File tree

1 file changed

+1
-1
lines changed
  • src/pages/news/gsoc-2023-kflogger

1 file changed

+1
-1
lines changed

src/pages/news/gsoc-2023-kflogger/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use KFlogger, add the following dependency to your `commonMain` sourceSet:
2222
```kotlin
2323
// Find the latest version
2424
// on https://mvnrepository.com/artifact/com.giancarlobuenaflor/kflogger
25-
implementation("com.buenaflor:kflogger:0.0.3")
25+
implementation("com.giancarlobuenaflor:kflogger:0.0.3")
2626
```
2727

2828
This will allow you to start simple logging.

0 commit comments

Comments
 (0)