mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
fix: update codeflash-runtime version in test fixture pom.xml files
The tracer e2e fixture and code_to_optimize/java pom.xml files had hardcoded 1.0.0 dependency versions, causing compilation failures in CI when only 1.0.1 is installed to ~/.m2. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1d6115485e
commit
325bb80a4f
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@
|
|||
<dependency>
|
||||
<groupId>com.codeflash</groupId>
|
||||
<artifactId>codeflash-runtime</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<dependency>
|
||||
<groupId>com.codeflash</groupId>
|
||||
<artifactId>codeflash-runtime</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
|||
Loading…
Reference in a new issue