Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 8c581b9

Browse files
author
Jaroslav Tulach
committed
Truffle API has to be available during exec:exec
1 parent 588b93a commit 8c581b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<groupId>org.graalvm.truffle</groupId>
127127
<artifactId>truffle-api</artifactId>
128128
<version>${graalvm.version}</version>
129-
<scope>provided</scope>
129+
<scope>compile</scope>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.graalvm.js</groupId>

0 commit comments

Comments
 (0)