Skip to content

Commit

Permalink
Update gradle-tooling-api to 7.6.1 (#2312)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 27, 2023
1 parent dd95ebe commit 9da01a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Versions {
val scalatest = "3.2.15"
val cats = "3.4.8"
val json4s = "4.0.6"
val gradleTooling = "7.5.1"
val gradleTooling = "7.6.1"

private def parseVersion(key: String): String = {
val versionRegexp = s""".*val $key[ ]+=[ ]?"(.*?)"""".r
Expand Down

0 comments on commit 9da01a9

Please sign in to comment.