Skip to content

Commit

Permalink
Merge pull request #36 from toolsplus/chore/update-atlassian-connect-…
Browse files Browse the repository at this point in the history
…play

Update Atlassian Connect Play version
  • Loading branch information
tbinna authored May 22, 2024
2 parents 79ee58a + a50577e commit 450d973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:
run: sbt clean coverage test IntegrationTest/test coverageReport
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
}

object Version {
val atlassianConnectPlay = "0.6.1"
val atlassianConnectPlay = "0.7.0"
val playSlick = "5.1.0"
val scalaTestPlusPlay = "5.1.0"
val scalaCheck = "1.14.3"
Expand Down

0 comments on commit 450d973

Please sign in to comment.