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

make local dev possible with JDK11 #127

Merged
merged 1 commit into from
Jun 14, 2020
Merged

Conversation

bjaglin
Copy link
Collaborator

@bjaglin bjaglin commented Jun 13, 2020

Follow-up of 5f3934a which was not enforced in CI and where I missed the scripted sources.

@@ -22,7 +22,7 @@ lazy val root = project
)

lazy val scala210 = project.settings(
scalaVersion := "2.10.5"
scalaVersion := "2.10.7"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prevents error while loading package, Missing dependency 'object java.lang.Object in compiler mirror', required by /home/runner/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.10.5.jar(scala/package.class) on CI

@bjaglin bjaglin marked this pull request as ready for review June 13, 2020 13:14
Copy link
Contributor

@olafurpg olafurpg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@bjaglin bjaglin merged commit 644f5ad into scalacenter:master Jun 14, 2020
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.

2 participants