We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e60e7e commit a14f946Copy full SHA for a14f946
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
7
8
group = "com.uriyyo.evaluate_async_code"
9
-version = "1.24"
+version = "1.25"
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.24</version>
+ <version>1.25</version>
5
<vendor email="[email protected]">Yurii Karabas</vendor>
<description>
@@ -10,8 +10,7 @@
</description>
<change-notes>
13
- Add initial trio integration (might have issues, waiting for feedback).
14
- Bump minimal java version to 11.
+ Update async-eval version (fix pypy integration issue).
15
</change-notes>
16
17
<idea-version since-build="222"/>
0 commit comments