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.
2 parents c9353b6 + a8b5416 commit d284584Copy full SHA for d284584
changelogs/1.0.1.md
@@ -0,0 +1,4 @@
1
+## [v1.0.1](https://github.com/Kevin-Lee/j8plus/issues?q=is%3Aissue+milestone%3A%22milestone4%22+is%3Aclosed) - 2020-11-16
2
+
3
+## Done
4
+* Publish using sbt `1.3.13` (#128)
project/ProjectInfo.scala
@@ -1,7 +1,7 @@
import sbt.{Developer, ScmInfo, url}
object ProjectInfo {
- val ProjectVersion: String = "1.0.0"
+ val ProjectVersion: String = "1.0.1"
5
6
val projectDevelopers: List[Developer] = List(
7
Developer(
0 commit comments