Skip to content

Commit

Permalink
Add trio integration, bump java version
Browse files Browse the repository at this point in the history
  • Loading branch information
uriyyo committed Mar 5, 2024
1 parent cb38cf2 commit 2a5ad67
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 30 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
java
kotlin("jvm") version "1.7.22"
kotlin("jvm") version "1.9.0"
id("org.jetbrains.intellij") version "1.11.0"
}

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2022.3
ideaVersion=PY-2022.3
pythonPlugin=PythonCore:223.7571.203
version=2023.3.4
ideaVersion=PC-2023.3.4
pythonPlugin=PythonCore:233.14475.56
downloadIdeaSources=true
20 changes: 10 additions & 10 deletions helpers/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion helpers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
click = "^8.1.7"
async-eval = { version = "^0.2.0", extras = ["pydevd-pycharm"] }
async-eval = { version = "^0.3.0", extras = ["pydevd-pycharm"] }

[tool.poetry.dev-dependencies]

Expand Down
Loading

0 comments on commit 2a5ad67

Please sign in to comment.