We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a3da3 commit 4cfc4ebCopy full SHA for 4cfc4eb
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
7
8
group = "com.uriyyo.evaluate_async_code"
9
-version = "1.22"
+version = "1.23"
10
11
repositories {
12
mavenCentral()
src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin>
2
<id>com.uriyyo.evaluate_async_code</id>
3
<name>Evaluate Async Code</name>
4
- <version>1.22</version>
+ <version>1.23</version>
5
<vendor email="[email protected]">Yurii Karabas</vendor>
<description>
@@ -10,7 +10,7 @@
</description>
<change-notes>
13
- Fix issue when plugin is not enabled automatically.
+ Switch to next version of `async-eval` that no longer uses `nest-asyncio` library.
14
</change-notes>
15
16
<idea-version since-build="222"/>
0 commit comments