Skip to content

Commit

Permalink
Merge pull request #26 from kubukoz/remove-sbt-dotty
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz authored Apr 7, 2021
2 parents 61d52fe + 5f1d6f2 commit a8494bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ val plugin = project.settings(
)

val tests = project.settings(
skip in publish := true,
(publish / skip) := true,
commonSettings,
scalacOptions ++= {
val jar = (plugin / Compile / packageBin).value
Expand All @@ -108,5 +108,5 @@ val betterToString =
project
.in(file("."))
.settings(name := "root")
.settings(commonSettings, skip in publish := true)
.settings(commonSettings, (publish / skip) := true)
.aggregate(plugin, tests)
1 change: 0 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.17")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.10.1")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3")

0 comments on commit a8494bf

Please sign in to comment.