Skip to content

Commit

Permalink
Fix release (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Oct 3, 2018
1 parent edef220 commit 292baa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ object Settings {
"-unchecked"
),
resolvers += Resolver.sonatypeRepo("releases"),
// Seems required when cross-publishing for several scala versions
// with same major and minor numbers (e.g. 2.12.6 and 2.12.7)
publishConfiguration := publishConfiguration.value.withOverwrite(true),
exportVersionsSetting
)

Expand Down

0 comments on commit 292baa9

Please sign in to comment.