Skip to content

Commit

Permalink
Both values in set
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Jul 1, 2021
1 parent 6bb96c9 commit a9c4910
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 @@ -29,7 +29,7 @@ lazy val core = project
"0.4.0",
"0.4.2"
) ++ {
if (isDotty.value) Set("0.4.1") else Set()
if (isDotty.value) Set("0.4.1", "0.4.3") else Set()
}
)

Expand Down

0 comments on commit a9c4910

Please sign in to comment.