Skip to content

Commit 7b84f4c

Browse files
authored
Fix bom by appending scala version (#251)
* Fix bom by appending scala version Signed-off-by: Hongxin Liang <[email protected]>
1 parent 9b56702 commit 7b84f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flytekit-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</dependency>
9393
<dependency>
9494
<groupId>org.flyte</groupId>
95-
<artifactId>flytekit-scala-tests</artifactId>
95+
<artifactId>flytekit-scala-tests_2.13</artifactId>
9696
<version>${project.version}</version>
9797
</dependency>
9898
<dependency>

0 commit comments

Comments
 (0)