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 6a3b412 commit c27ff7cCopy full SHA for c27ff7c
project/plugins.sbt
@@ -4,8 +4,6 @@ logLevel := Level.Error
4
5
resolvers ++= Seq(Resolver.sonatypeRepo("snapshots"))
6
7
-//addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC3-3")
8
-
9
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.1")
10
11
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.5.0")
@@ -17,8 +15,6 @@ addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
17
15
18
16
addSbtPlugin("com.dwijnand" % "sbt-compat" % "1.2.6")
19
20
-//addSbtPlugin("ch.epfl.scala.index" % "sbt-scaladex" % "0.1.3")
21
22
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.6")
23
24
0 commit comments