Skip to content

Commit 93bc9d9

Browse files
committed
Set polyglot version to 23.1.1-dev in integration tests pom.xml
1 parent dae5fae commit 93bc9d9

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python.test.integration

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test.integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Additionally, one can change the polyglot artifacts version with
6464
<maven.compiler.source>17</maven.compiler.source>
6565
<maven.compiler.target>17</maven.compiler.target>
6666
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
67-
<polyglot.version>24.0.0-dev</polyglot.version>
67+
<polyglot.version>23.1.1-dev</polyglot.version>
6868
</properties>
6969

7070
<build>

0 commit comments

Comments
 (0)