Skip to content

Commit

Permalink
bring back release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
barryoneill committed Nov 26, 2024
1 parent 25f0a59 commit c5b342f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 3 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ import laserdisc.sbt.CompileTarget.Scala2And3
import laserdisc.sbt.LaserDiscDevelopers

ThisBuild / laserdiscCompileTarget := Scala2And3
ThisBuild / laserdiscRepoName := "console4s"
ThisBuild / coverageEnabled := true
ThisBuild / laserdiscRepoName := "console4s"
ThisBuild / coverageEnabled := true

val root = (project in file("."))
.settings(
name := "console4s",
developers := List(LaserDiscDevelopers.Barry),
Dependencies.Testing,

Dependencies.Testing
)
.enablePlugins(LaserDiscDefaultsPlugin)
5 changes: 3 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
addSbtPlugin("io.laserdisc" % "sbt-laserdisc-defaults" % "0.2.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
addSbtPlugin("io.laserdisc" % "sbt-laserdisc-defaults" % "0.2.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")

0 comments on commit c5b342f

Please sign in to comment.