Skip to content

Commit

Permalink
Release 0.2.2 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
suhasgaddam committed Sep 22, 2017
1 parent bf90254 commit f3b46fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lazy val `sbt-freestyle` = project
.in(file("."))
.settings(name := "sbt-freestyle")
.settings(Seq(
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.7.2"),
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.7.5"),
sbtPlugin := true,
description := "sbt-plugin for Freestyle projects",
startYear := Option(2017),
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers += Resolver.sonatypeRepo("releases")
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.7.2")
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.7.5")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.2.2-SNAPSHOT"
version in ThisBuild := "0.2.2"

0 comments on commit f3b46fe

Please sign in to comment.