Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates #352

Merged
merged 5 commits into from
Aug 12, 2022
Merged

Updates #352

merged 5 commits into from
Aug 12, 2022

Conversation

alexarchambault
Copy link
Contributor

No description provided.

@alexarchambault alexarchambault changed the title Update scalameta to 4.5.12 Updates Aug 11, 2022
@kiendang
Copy link

This didn't actually update the scala versions? It still only builds metabrowse for up to 2.12.15 and 2.13.6 coz the scala versions in sbt have not been updated?

metabrowse/build.sbt

Lines 5 to 7 in 830a62a

lazy val Version = new {
val scala213Versions = (1 to 6).map(p => s"2.13.$p")
val scala212Versions = (8 to 15).map(p => s"2.12.$p")

@alexarchambault
Copy link
Contributor Author

This didn't actually update the scala versions? It still only builds metabrowse for up to 2.12.15 and 2.13.6 coz the scala versions in sbt have not been updated?

Right! I thought I had changed that...

@alexarchambault
Copy link
Contributor Author

#358 shoud fix that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants