Skip to content

Commit 536f686

Browse files
committed
Runtime dep should only be added to Test scope
1 parent f383eaf commit 536f686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/snapshots-sbt-plugin/src/main/scala/SnapshotsPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ object SnapshotsPlugin extends AutoPlugin {
8989
}
9090

9191
Seq(
92-
"com.indoorvivants.snapshots" % s"snapshots-runtime_$cross" % BuildInfo.version
92+
"com.indoorvivants.snapshots" % s"snapshots-runtime_$cross" % BuildInfo.version % Test
9393
)
9494
} else Seq.empty
9595
},

0 commit comments

Comments
 (0)