Skip to content

Commit 9dedc2a

Browse files
committed
rc1
Signed-off-by: Chris Lavin <[email protected]>
1 parent d8c166c commit 9dedc2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
<classpathentry kind="lib" path="jars/kryo-5.2.1.jar"/>
3434
<classpathentry kind="lib" path="jars/minlog-1.3.1.jar"/>
3535
<classpathentry kind="lib" path="jars/jython-standalone-2.7.2.jar"/>
36-
<classpathentry kind="lib" path="jars/rapidwright-api-lib-2025.1.0.jar">
36+
<classpathentry kind="lib" path="jars/rapidwright-api-lib-2025.1.1-rc1.jar">
3737
<attributes>
38-
<attribute name="javadoc_location" value="jar:platform:/resource/RapidWright/jars/rapidwright-api-lib-2025.1.0-javadoc.jar!/"/>
38+
<attribute name="javadoc_location" value="jar:platform:/resource/RapidWright/jars/rapidwright-api-lib-2025.1.1-rc1-javadoc.jar!/"/>
3939
</attributes>
4040
</classpathentry>
4141
<classpathentry kind="lib" path="jars/jgrapht-core-1.3.0.jar"/>

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
RAPIDWRIGHT_VERSION: v2025.1.0-beta
8+
RAPIDWRIGHT_VERSION: v2025.1.1-rc1-beta
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)