Skip to content

Commit

Permalink
Add missing explicit version scheme settings to Java Collections and …
Browse files Browse the repository at this point in the history
…Protobufs
  • Loading branch information
MateuszKubuszok committed Jul 9, 2024
1 parent 76aca42 commit ea039b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ lazy val chimneyJavaCollections = projectMatrix
description := "Integrations with selected Java collections"
)
.settings(settings *)
.settings(versionSchemeSettings *)
.settings(publishSettings *)
.settings(mimaSettings *)
.settings(
Expand Down Expand Up @@ -491,6 +492,7 @@ lazy val chimneyProtobufs = projectMatrix
description := "Integrations with selected Protobufs build-in types"
)
.settings(settings *)
.settings(versionSchemeSettings *)
.settings(publishSettings *)
.settings(mimaSettings *)
.settings(
Expand Down

0 comments on commit ea039b3

Please sign in to comment.