File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
enumeratum-core/src/test/scala/enumeratum Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ import java.io.File
99object Eval {
1010
1111 def apply [A ](
12- string : String ,
13- compileOptions : String = s " -cp ${macroToolboxClassPath.mkString(" ;" )}"
14- ): A = {
12+ string : String ,
13+ compileOptions : String = s " -cp ${macroToolboxClassPath.mkString(" ;" )}" ): A = {
1514 import scala .reflect .runtime .currentMirror
1615 val toolbox = currentMirror.mkToolBox(options = compileOptions)
1716 val tree = toolbox.parse(string)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import com.typesafe.sbt.SbtGit.{GitKeys => git}
1111
1212object Enumeratum extends Build {
1313
14- lazy val theVersion = " 1.3.2-SNAPSHOT "
14+ lazy val theVersion = " 1.3.2"
1515 lazy val theScalaVersion = " 2.11.7"
1616 lazy val scalaVersions = Seq (" 2.10.6" , " 2.11.7" )
1717 lazy val thePlayVersion = " 2.4.3"
You can’t perform that action at this time.
0 commit comments