Skip to content

Commit

Permalink
fixed compatibility problems
Browse files Browse the repository at this point in the history
  • Loading branch information
asmoker committed Dec 17, 2024
1 parent d232ba0 commit dcec63a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ intellijPlatform {
name = "txtic"
version = "0.9.3"
ideaVersion {
sinceBuild = "203"
untilBuild = "242.*"
sinceBuild = "222"
untilBuild = "243.*"
}
}
publishing {
Expand Down

0 comments on commit dcec63a

Please sign in to comment.