Navigation Menu

Skip to content

Commit

Permalink
Update Xitrum from 3.18 to 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Nov 14, 2014
1 parent ec22ae6 commit d72ea8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/Build.scala
Expand Up @@ -10,7 +10,7 @@ object XitrumMultimoduleDemoBuild extends Build {

version := "1.0-SNAPSHOT",

scalaVersion := "2.11.2",
scalaVersion := "2.11.4",

scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked"),

Expand All @@ -19,19 +19,19 @@ object XitrumMultimoduleDemoBuild extends Build {

//------------------------------------------------------------------------------

libraryDependencies += "tv.cntt" %% "xitrum" % "3.18",
libraryDependencies += "tv.cntt" %% "xitrum" % "3.19",

// Xitrum uses SLF4J, an implementation of SLF4J is needed
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.2",

// For writing condition in logback.xml
libraryDependencies += "org.codehaus.janino" % "janino" % "2.7.5",
libraryDependencies += "org.codehaus.janino" % "janino" % "2.7.6",

// xgettext i18n translation key string extractor is a compiler plugin ---------

autoCompilerPlugins := true,

addCompilerPlugin("tv.cntt" %% "xgettext" % "1.2"),
addCompilerPlugin("tv.cntt" %% "xgettext" % "1.3"),

scalacOptions += "-P:xgettext:xitrum.I18n",

Expand All @@ -52,7 +52,7 @@ object XitrumMultimoduleDemoBuild extends Build {
Seq(Binding("helper", "xitrum.Action", true))
)),

libraryDependencies += "tv.cntt" %% "xitrum-scalate" % "2.2"
libraryDependencies += "tv.cntt" %% "xitrum-scalate" % "2.3"
)

override lazy val settings = super.settings ++ XitrumPackage.skip
Expand Down

0 comments on commit d72ea8b

Please sign in to comment.