Skip to content

Commit 2064b1e

Browse files
committed
Upgrade sbt-coursier plugin
1 parent 7589e06 commit 2064b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
22
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
33
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
4-
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M14-7")
4+
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M15")
55
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.5")
66

77
scalacOptions ++= Seq("-deprecation", "-feature")

0 commit comments

Comments
 (0)