Skip to content
This repository was archived by the owner on Mar 14, 2019. It is now read-only.

Commit

Permalink
Fixed #64: Exception throwed when tracing a method.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Jun 16, 2013
1 parent eedc0e7 commit 7b64d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object Build extends sbt.Build {
import Dependencies._
import Unmanaged._

val VERSION = "0.2.5"
val VERSION = "0.2.6"
val javaHome = sys.props("java.home").replace("/jre", "")

lazy val proguard = proguardSettings ++ Seq(
Expand Down

0 comments on commit 7b64d59

Please sign in to comment.