Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezameskin committed Jul 16, 2020
1 parent b640611 commit 8ace6bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To use Phony in an existing SBT project with Scala 2.12 and 2.13, add the follow
```sbtshell
resolvers += "phony" at "https://dl.bintray.com/meskin/phony/"
libraryDependencies += "com.github.alirezameskin" %% "phony-core" % "0.4.0"
libraryDependencies += "com.github.alirezameskin" %% "phony-core" % "0.4.2"
```

## Examples
Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ lazy val cli = (project in file("cli"))
"com.github.scopt" %% "scopt" % "3.7.1",
"com.monovore" %% "decline-effect" % "1.0.0",
"com.lihaoyi" %% "fansi" % "0.2.7"
)
),
bintrayUnpublish := {}
)
.aggregate(core, catsEffect)
.dependsOn(core, catsEffect)
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.4.1"
version in ThisBuild := "0.4.2"

0 comments on commit 8ace6bc

Please sign in to comment.