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

Update scala versions #406

Merged
merged 3 commits into from
Nov 10, 2022
Merged

Update scala versions #406

merged 3 commits into from
Nov 10, 2022

Conversation

cquiroz
Copy link
Owner

@cquiroz cquiroz commented Nov 10, 2022

No description provided.

@@ -19,6 +19,6 @@ addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.5")

addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")

addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.5")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7")
Copy link

@plokhotnyuk plokhotnyuk Nov 10, 2022

Choose a reason for hiding this comment

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

There is Scala Native 0.4.8, but it could require:

libraryDependencySchemes ++= Seq(
  "org.scala-native" % "sbt-scala-native" % VersionScheme.Always
)

Copy link
Owner Author

Choose a reason for hiding this comment

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

Oh, let's try that

Choose a reason for hiding this comment

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

Great! Waiting for a new release with impatience!

@cquiroz cquiroz merged commit 1652da3 into master Nov 10, 2022
@cquiroz cquiroz deleted the scala-updates branch November 10, 2022 13:16
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