Skip to content

Commit

Permalink
Add dependency on library
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Jun 18, 2024
1 parent 1d8fc94 commit fc043a1
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ internal fun buildPomFile(
<developerConnection>scm:git:ssh://github.com:$owner/$name.git</developerConnection>
<url>https://github.com/$owner/$name.git</url>
</scm>
<dependencies></dependencies>
<dependencies>
<dependency>
<groupId>io.github.typesafegithub</groupId>
<artifactId>github-workflows-kt</artifactId>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
""".trimIndent()

0 comments on commit fc043a1

Please sign in to comment.