You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/scala/sbtbuildinfo/BuildInfoKeys.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ trait BuildInfoKeys {
9
9
lazyvalbuildInfoObject= settingKey[String]("The name for the generated object.")
10
10
lazyvalbuildInfoPackage= settingKey[String]("The name for the generated package.")
11
11
lazyvalbuildInfoUsePackageAsPath= settingKey[Boolean]("If true, the generated object is placed in the folder of the package instead of \"sbt-buildinfo\".")
12
-
lazyvalbuildInfoKeys= settingKey[Seq[PluginCompat.Entry[_]]]("Entries for build info.")
12
+
lazyvalbuildInfoKeys= settingKey[Seq[PluginCompat.Entry[?]]]("Entries for build info.")
0 commit comments