Skip to content

Commit

Permalink
Implemented IU version 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arne-fuchs committed Aug 7, 2024
1 parent 487cdf7 commit f2ca4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.14.0-rc1")

intellijPlatform {
intellijIdeaUltimate("2024.1")
intellijIdeaUltimate("2024.2")
bundledPlugins("JavaScript","com.intellij.java")
plugin("me.serce.solidity:2.4.4")

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginName = IntelliJ Hardhat Plugin
pluginRepositoryUrl = https://github.com/KartanHQ/intellij-hardhat

# SemVer format -> https://semver.org
pluginVersion = 1.3.0-beta.3
pluginVersion = 1.3.0-beta.4

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 232
Expand Down

0 comments on commit f2ca4b5

Please sign in to comment.