Skip to content

Commit

Permalink
Fix bom by appending scala version (#251)
Browse files Browse the repository at this point in the history
* Fix bom by appending scala version

Signed-off-by: Hongxin Liang <[email protected]>
  • Loading branch information
honnix authored Sep 28, 2023
1 parent 9b56702 commit 7b84f4c
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 7b84f4c

Please sign in to comment.