File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ class CommunityBuildTestC:
9393 @ Test def scalaz = projects.scalaz.run()
9494 @ Test def scas = projects.scas.run()
9595 @ Test def sconfig = projects.sconfig.run()
96- // @Test def shapeless3 = projects.shapeless3.run()
96+ @ Test def shapeless3 = projects.shapeless3.run()
9797 @ Test def sourcecode = projects.sourcecode.run()
9898 @ Test def specs2 = projects.specs2.run()
9999
Original file line number Diff line number Diff line change @@ -2968,7 +2968,7 @@ object Build {
29682968 publishConfiguration ~= (_.withOverwrite(true )),
29692969 publishLocalConfiguration ~= (_.withOverwrite(true )),
29702970 projectID ~= {id =>
2971- val line = " scala.versionLine" -> versionLine
2971+ val line = " info. scala.versionLine" -> versionLine
29722972 id.withExtraAttributes(id.extraAttributes + line)
29732973 },
29742974 Test / publishArtifact := false ,
You can’t perform that action at this time.
0 commit comments