Skip to content

Commit

Permalink
Merge pull request #102 from scala-steward/update/util-core-22.7.0
Browse files Browse the repository at this point in the history
Update util-core to 22.7.0
  • Loading branch information
mergify[bot] authored Jul 29, 2022
2 parents 45d6132 + 8262f46 commit 73b313e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lazy val managerialTwitterUtil =
subproject("managerial-twitter-util")
.dependsOn(managerial)
.settings(
libraryDependencies += "com.twitter" %% "util-core" % "22.4.0" % Provided exclude ("org.scala-lang.modules", "scala-collection-compat_3")
libraryDependencies += "com.twitter" %% "util-core" % "22.7.0" % Provided exclude ("org.scala-lang.modules", "scala-collection-compat_3")
)

lazy val root = project
Expand Down

0 comments on commit 73b313e

Please sign in to comment.