Skip to content

Commit

Permalink
Merge pull request #874 from mkurz/fix_scala-steward_config
Browse files Browse the repository at this point in the history
[5.3.x] Fix scala steward config (invalid json)
  • Loading branch information
mkurz authored Jun 24, 2024
2 parents a430796 + 81abd2b commit 0493544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ updates.pin = [
{ groupId = "com.typesafe.play", artifactId = "play-jdbc-evolutions", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-logback", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-specs2", version = "2.9." },
{ groupId = "com.typesafe.play," artifactId = "sbt-plugin", version = "2.9." }
{ groupId = "com.typesafe.play", artifactId = "sbt-plugin", version = "2.9." }
]

updatePullRequests = never

0 comments on commit 0493544

Please sign in to comment.