Skip to content

Commit

Permalink
Merge pull request #160 from softwaremill/scala-native-scala-3
Browse files Browse the repository at this point in the history
Attempt to implement scala3 support for scala-native in core
  • Loading branch information
adamw authored Apr 28, 2022
2 parents e02e5b5 + 96732e6 commit a267b36
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 @@ -94,6 +94,6 @@ lazy val core = (projectMatrix in file("core"))
)
)
.nativePlatform(
scalaVersions = scala2,
scalaVersions = scala2 ++ scala3,
settings = commonNativeSettings
)

0 comments on commit a267b36

Please sign in to comment.