Skip to content

Commit

Permalink
Merge pull request #35 from Kevin-Lee/prepare-to-release
Browse files Browse the repository at this point in the history
can-equal v0.1.1
  • Loading branch information
kevin-lee authored Oct 11, 2021
2 parents eafb9af + c689e3f commit a750e28
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
9 changes: 2 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,8 @@ ThisBuild / licenses := props.licenses
lazy val canEqualRoot = (project in file("."))
.enablePlugins(DevOopsGitHubReleasePlugin)
.settings(
name := s"${props.RepoName}-root",
licenses := props.licenses,
/* GitHub Release { */
devOopsPackagedArtifacts := List(
s"*/target/scala-*/${props.RepoName}*.jar",
)
/* } GitHub Release */
name := s"${props.RepoName}-root",
licenses := props.licenses,
)
.settings(
noPublish
Expand Down
4 changes: 4 additions & 0 deletions changelogs/0.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## [0.1.1](https://github.com/Kevin-Lee/can-equal/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3Amilestone2) - 2021-10-11

## Done
* Hedgehog should be Test dependency (#31)
6 changes: 5 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("io.kevinlee" % "sbt-devoops" % "2.3.0")

val sbtDevOopsVersion = "2.11.0"
addSbtPlugin("io.kevinlee" % "sbt-devoops-scala" % sbtDevOopsVersion)
addSbtPlugin("io.kevinlee" % "sbt-devoops-sbt-extra" % sbtDevOopsVersion)
addSbtPlugin("io.kevinlee" % "sbt-devoops-github" % sbtDevOopsVersion)

0 comments on commit a750e28

Please sign in to comment.