Skip to content

Commit

Permalink
Update markdown parser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Oct 2, 2023
1 parent 28641ee commit 169f7bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- Fixed exception thrown in environments that are missing required shared native libraries.
- Fixed animations clearing too much space when the animation changes size while running. [(#110)](https://github.com/ajalt/mordant/issues/110)
- Improved terminal capability detection for Xterm terminals. [(#113)](https://github.com/ajalt/mordant/issues/113)
- Update Markdown parser dependency to fix crashes on native release executables

## 2.1.0
### Added
Expand All @@ -30,7 +31,6 @@
### Deprecated
- Deprecated `TerminalColors` is favor of `TextColors` and `Terminal.theme`


## 2.0.0-beta14
### Added
- `Terminal.rawPrint` which allows you to print ANSI codes manually. [(#91)](https://github.com/ajalt/mordant/issues/91)
Expand Down
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ kotlin = "1.9.10"

[libraries]
colormath = "com.github.ajalt.colormath:colormath:3.3.1"
markdown = "org.jetbrains:markdown:0.5.0"
markdown = "org.jetbrains:markdown:0.5.2"
jna-core = "net.java.dev.jna:jna:5.13.0"

# compileOnly
graalvm-svm = "org.graalvm.nativeimage:svm:23.1.0"

# used in tests
Expand Down

0 comments on commit 169f7bd

Please sign in to comment.