Skip to content

Commit 255c995

Browse files
committed
Setting version to 0.2.0
1 parent f079517 commit 255c995

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ lazy val example = (project in file("example"))
2929
"com.google.inject" % "guice" % "4.2.2"
3030
)
3131
)
32+
.settings(publishSettings)
3233
.dependsOn(fujitaskEff)
3334

3435
lazy val fujitaskEff = (project in file("fujitask-eff"))
@@ -52,6 +53,7 @@ lazy val fujitaskEff = (project in file("fujitask-eff"))
5253
"com.github.y-yu" %% "kits-eff" % "0.10.0-SNAPSHOT"
5354
)
5455
)
56+
.settings(publishSettings)
5557

5658
lazy val publishSettings = Seq(
5759
publishMavenStyle := true,

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.2.0-SNAPSHOT"
1+
version in ThisBuild := "0.2.0"

0 commit comments

Comments
 (0)