Skip to content

Commit 4b18380

Browse files
committed
Bump version
1 parent bf95327 commit 4b18380

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

enumeratum-core/src/test/scala/enumeratum/Eval.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ import java.io.File
99
object 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)

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import com.typesafe.sbt.SbtGit.{GitKeys => git}
1111

1212
object 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"

0 commit comments

Comments
 (0)