Skip to content

Instantly share code, notes, and snippets.

View unok's full-sized avatar

Kazuhiko UNO unok

View GitHub Profile
@unok
unok / gist:4624372
Created January 24, 2013 16:26
-Xprint:typer の設定の仕方
import sbt._
import Keys._
import PlayProject._
object ApplicationBuild extends Build {
val appName = "todolist"
val appVersion = "1.0-SNAPSHOT"
val appDependencies = Seq(