Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Commit

Permalink
Set version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gseitz committed Feb 27, 2013
1 parent 7b99c60 commit 4f840db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "com.github.gseitz"

name := "sbt-release"

version := "0.7-SNAPSHOT"
version := "0.7"

unmanagedSourceDirectories in Compile <+= (sbtVersion, sourceDirectory in Compile) ((sv, sd) => new File(sd, "scala-sbt-" + sv))

Expand Down

0 comments on commit 4f840db

Please sign in to comment.