Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

// Use the same version and group for the jar and the plugin
val currentVersion = "2.2.1"
val currentVersion = "2.2.2"
val myGroup = "com.mituuz"
version = currentVersion
group = myGroup
Expand All @@ -44,6 +44,12 @@ intellijPlatform {
Update dependencies
</li>
</ul>
<h2>Version 2.2.1</h2>
<ul>
<li>
Update dependencies
</li>
</ul>
<h2>Version 2.2.0</h2>
<ul>
<li>
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 2.2.2

- Update dependencies

## Version 2.2.1

- Update dependencies
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
junit5 = "6.0.3"
junit4 = "4.13.2"
kotlin = "2.2.21"
intellijPlatform = "2.11.0"
kover = "0.9.7"
kotlin = "2.3.21"
intellijPlatform = "2.15.0"
kover = "0.9.8"
communityVersion = "2025.1"
mockk = "1.14.9"

Expand Down
Loading