Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
chore: update dependencies (#2214)
- Loading branch information
1 parent
9b76417
commit 3706acd
Showing
3 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# ignore the following dependencies: | ||
# jodd -> hard to update and only used in DateUtilV1 | ||
# gatling-sbt -> doesn't find the gatling libraries anymore after bumping | ||
# sbt-scoverage -> version conflict in scala-xml | ||
|
||
updates.ignore = [ | ||
{ groupId = "org.jodd", artifactId="jodd", version = "3.2.7" } | ||
{ groupId = "org.jodd", artifactId = "jodd", version = "3.2.7" } | ||
{ groupId = "io.gatling", artifactId = "gatling-sbt", version = "2.2.2" } | ||
{ groupId = "org.scoverage", artifactId = "sbt-scoverage", version = "1.9.3" } | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters