File tree 2 files changed +3
-1
lines changed
sbt-test/sbt-dotty/scala2-library-tasty
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1229,6 +1229,7 @@ object Build {
1229
1229
lazy val `scala2-library-tasty` = project.in(file(" scala2-library-tasty" )).
1230
1230
withCommonSettings(Bootstrapped ).
1231
1231
settings(
1232
+ moduleName := " scala2-library-tasty-experimental" ,
1232
1233
exportJars := true ,
1233
1234
Compile / packageBin / mappings := {
1234
1235
(`scala2-library-bootstrapped` / Compile / packageBin / mappings).value
@@ -1240,6 +1241,7 @@ object Build {
1240
1241
lazy val `scala2-library-cc-tasty` = project.in(file(" scala2-library-cc-tasty" )).
1241
1242
withCommonSettings(Bootstrapped ).
1242
1243
settings(
1244
+ moduleName := " scala2-library-cc-tasty-experimental" ,
1243
1245
exportJars := true ,
1244
1246
Compile / packageBin / mappings := {
1245
1247
(`scala2-library-cc` / Compile / packageBin / mappings).value
Original file line number Diff line number Diff line change 1
1
scalaVersion := sys.props(" plugin.scalaVersion" )
2
2
3
- libraryDependencies += " org.scala-lang" %% " scala2-library-tasty" % scalaVersion.value
3
+ libraryDependencies += " org.scala-lang" %% " scala2-library-tasty-experimental " % scalaVersion.value
4
4
scalacOptions += " -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