File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
sbt-test/sbt-dotty/scala2-library-tasty Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1229,6 +1229,7 @@ object Build {
12291229 lazy val `scala2-library-tasty` = project.in(file(" scala2-library-tasty" )).
12301230 withCommonSettings(Bootstrapped ).
12311231 settings(
1232+ moduleName := " scala2-library-tasty-experimental" ,
12321233 exportJars := true ,
12331234 Compile / packageBin / mappings := {
12341235 (`scala2-library-bootstrapped` / Compile / packageBin / mappings).value
@@ -1240,6 +1241,7 @@ object Build {
12401241 lazy val `scala2-library-cc-tasty` = project.in(file(" scala2-library-cc-tasty" )).
12411242 withCommonSettings(Bootstrapped ).
12421243 settings(
1244+ moduleName := " scala2-library-cc-tasty-experimental" ,
12431245 exportJars := true ,
12441246 Compile / packageBin / mappings := {
12451247 (`scala2-library-cc` / Compile / packageBin / mappings).value
Original file line number Diff line number Diff line change 11scalaVersion := sys.props(" plugin.scalaVersion" )
22
3- libraryDependencies += " org.scala-lang" %% " scala2-library-tasty" % scalaVersion.value
3+ libraryDependencies += " org.scala-lang" %% " scala2-library-tasty-experimental " % scalaVersion.value
44scalacOptions += " -Yscala2-unpickler:never" // check that we do not load symbol from the Scala 2 library classfiles (use TASTy)
You can’t perform that action at this time.
0 commit comments