Skip to content

Commit d9ae788

Browse files
committed
fix(deps): downgrade highlights to 1.0.0
Reverts highlights library to version 1.0.0 for compatibility or stability reasons.
1 parent b5c76e6 commit d9ae788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpp-ui/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ kotlin {
189189
implementation("app.cash.sqldelight:sqlite-driver:2.1.0")
190190

191191
// CodeHighlight
192-
implementation("dev.snipme:highlights:1.1.0")
192+
implementation("dev.snipme:highlights:1.0.0")
193193
// Multiplatform Markdown Renderer for JVM
194194
implementation("com.mikepenz:multiplatform-markdown-renderer-code:0.38.1")
195195
implementation("com.mikepenz:multiplatform-markdown-renderer-jvm:0.38.1")

0 commit comments

Comments
 (0)