Skip to content

Commit

Permalink
Fix bom by appending scala version
Browse files Browse the repository at this point in the history
Signed-off-by: Hongxin Liang <[email protected]>
  • Loading branch information
honnix committed Sep 28, 2023
1 parent d811af4 commit 802d47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</dependency>
<dependency>
<groupId>org.flyte</groupId>
<artifactId>flytekit-scala-tests</artifactId>
<artifactId>flytekit-scala-tests_2.13</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 802d47e

Please sign in to comment.