We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e355e1c commit c5e9d68Copy full SHA for c5e9d68
src/main/scala/io/github/gitbucket/sbt/GitBucketPlugin.scala
@@ -13,7 +13,7 @@ object GitBucketPlugin extends sbt.AutoPlugin {
13
import autoImport._
14
import AssemblyPlugin.autoImport._
15
16
- override lazy val projectSettings: Seq[Def.Setting[_]] = Seq(
+ override lazy val projectSettings: Seq[Def.Setting[?]] = Seq(
17
install := GitBucketPluginTasks.installTask(install).value,
18
libraryDependencies ++= Seq(
19
"io.github.gitbucket" %% "gitbucket" % gitbucketVersion.value % "provided",
0 commit comments