Skip to content

Commit c5e9d68

Browse files
authored
new wildcard syntax
1 parent e355e1c commit c5e9d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/io/github/gitbucket/sbt/GitBucketPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object GitBucketPlugin extends sbt.AutoPlugin {
1313
import autoImport._
1414
import AssemblyPlugin.autoImport._
1515

16-
override lazy val projectSettings: Seq[Def.Setting[_]] = Seq(
16+
override lazy val projectSettings: Seq[Def.Setting[?]] = Seq(
1717
install := GitBucketPluginTasks.installTask(install).value,
1818
libraryDependencies ++= Seq(
1919
"io.github.gitbucket" %% "gitbucket" % gitbucketVersion.value % "provided",

0 commit comments

Comments
 (0)