We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae7434 commit ceef4f1Copy full SHA for ceef4f1
build.sbt
@@ -1,3 +1,8 @@
1
+import com.jsuereth.sbtpgp.PgpKeys.publishSigned
2
+
3
+publishLocal := (publishLocal dependsOn compile).value
4
+publishSigned := (publishSigned dependsOn compile).value
5
6
addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; test")
7
addCommandAlias("ci-docs", "github; project-docs/mdoc; headerCreateAll")
8
project/plugins.sbt
@@ -1,5 +1,4 @@
-resolvers += Resolver.sonatypeRepo("snapshots")
-addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.6.0-SNAPSHOT")
+addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.6.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.1.5")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.4")
0 commit comments