aboutsummaryrefslogtreecommitdiff
path: root/stage2/libraries.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-17 03:36:17 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2017-04-02 13:41:02 -0400
commit435267714fd9be710945d5d6c2d0ee1f18294e12 (patch)
tree49fcc2f8e5d0204658a3204b04b1a28c18076242 /stage2/libraries.scala
parentb10412e7c29c1c0e6c46170e14696bdd48646e02 (diff)
downloadcbt-435267714fd9be710945d5d6c2d0ee1f18294e12.tar.gz
cbt-435267714fd9be710945d5d6c2d0ee1f18294e12.tar.bz2
cbt-435267714fd9be710945d5d6c2d0ee1f18294e12.zip
Add Scalatex plugin
Diffstat (limited to 'stage2/libraries.scala')
-rw-r--r--stage2/libraries.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/stage2/libraries.scala b/stage2/libraries.scala
index ceafd75..08a7a74 100644
--- a/stage2/libraries.scala
+++ b/stage2/libraries.scala
@@ -15,8 +15,9 @@ class libraries( context: Context, scalaVersion: String, scalaMajorVersion: Stri
def file = dep( "file" )
def interfaces = dep( "interfaces" )
def proguard = dep( "proguard" )
- def scalatestRunner = dep( "scalatest-runner" )
def reflect = dep( "reflect" )
+ def scalatestRunner = dep( "scalatest-runner" )
+ def scalatex = dep( "scalatex" )
}
object scala {
private def _maven = ( g: String, a: String, v: String ) => {