Skip to content

Commit

Permalink
Update util-core to 22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 15, 2022
1 parent fe628aa commit 1c67638
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 1c67638

Please sign in to comment.