Skip to content

Commit

Permalink
Merge pull request #72 from scala-steward/update/util-core-22.1.0
Browse files Browse the repository at this point in the history
Update util-core to 22.1.0
  • Loading branch information
mergify[bot] authored Jan 15, 2022
2 parents fe628aa + 1c67638 commit 10901a4
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 @@ -39,7 +39,7 @@ lazy val managerialTwitterUtil =
subproject("managerial-twitter-util")
.dependsOn(managerial)
.settings(
libraryDependencies += "com.twitter" %% "util-core" % "21.12.0" % Provided
libraryDependencies += "com.twitter" %% "util-core" % "22.1.0" % Provided
)

lazy val root = project
Expand Down

0 comments on commit 10901a4

Please sign in to comment.