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 f383eaf commit 536f686Copy full SHA for 536f686
modules/snapshots-sbt-plugin/src/main/scala/SnapshotsPlugin.scala
@@ -89,7 +89,7 @@ object SnapshotsPlugin extends AutoPlugin {
89
}
90
91
Seq(
92
- "com.indoorvivants.snapshots" % s"snapshots-runtime_$cross" % BuildInfo.version
+ "com.indoorvivants.snapshots" % s"snapshots-runtime_$cross" % BuildInfo.version % Test
93
)
94
} else Seq.empty
95
},
0 commit comments