From cf4533b4c095cea6524301043a4a793d2d89d6b6 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Fri, 30 Jun 2017 11:50:50 -0400 Subject: fix cross-version caching key --- stage2/BasicBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/BasicBuild.scala b/stage2/BasicBuild.scala index 66167b8..2b04614 100644 --- a/stage2/BasicBuild.scala +++ b/stage2/BasicBuild.scala @@ -17,7 +17,7 @@ trait BaseBuild extends BuildInterface with DependencyImplementation with SbtDep // will create new instances given the context, which means operations in the // overrides will happen multiple times and if they are not idempotent stuff likely breaks def context: Context - override lazy val moduleKey: String = "BaseBuild("+target.string+")" + override lazy val moduleKey: String = "BaseBuild("+scalaTarget.string+")" implicit def transientCache: java.util.Map[AnyRef,AnyRef] = context.transientCache object libraries extends libraries( context, scalaVersion, scalaMajorVersion ) -- cgit v1.2.3