Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Oct 20, 2015
1 parent bf95327 commit 4b18380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions enumeratum-core/src/test/scala/enumeratum/Eval.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ import java.io.File
object Eval {

def apply[A](
string: String,
compileOptions: String = s"-cp ${macroToolboxClassPath.mkString(";")}"
): A = {
string: String,
compileOptions: String = s"-cp ${macroToolboxClassPath.mkString(";")}"): A = {
import scala.reflect.runtime.currentMirror
val toolbox = currentMirror.mkToolBox(options = compileOptions)
val tree = toolbox.parse(string)
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import com.typesafe.sbt.SbtGit.{GitKeys => git}

object Enumeratum extends Build {

lazy val theVersion = "1.3.2-SNAPSHOT"
lazy val theVersion = "1.3.2"
lazy val theScalaVersion = "2.11.7"
lazy val scalaVersions = Seq("2.10.6", "2.11.7")
lazy val thePlayVersion = "2.4.3"
Expand Down

0 comments on commit 4b18380

Please sign in to comment.