Skip to content

Commit

Permalink
Updated Scala version to 2.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
constantine2nd committed May 8, 2018
1 parent bd135b9 commit 52ffe9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name := "sbt-example"
organization := "org.scalamacros"
version := "2.0.0"
name := "scala-macros"
organization := "com.github.constantine2nd"
version := "1.0.0"

scalaVersion in ThisBuild := "2.11.8"
scalaVersion in ThisBuild := "2.12.4"
run <<= run in Compile in core

lazy val macros = (project in file("macros")).settings(
Expand Down

0 comments on commit 52ffe9f

Please sign in to comment.