[Notice] Announcing the End of Demo Server [Read me]
change version of play-jsmessages from snapshot to stable - now we will use play-jsmessages 1.4.1 with play 2.1
- now we will use play-jsmessages 1.4.1 with play 2.1
@b4040b5f34eea7584d4740e57e09c799d0b87853
--- project/Build.scala
+++ project/Build.scala
... | ... | @@ -39,7 +39,7 @@ |
39 | 39 |
"commons-lang" % "commons-lang" % "2.6", |
40 | 40 |
"org.apache.tika" % "tika-core" % "1.2", |
41 | 41 |
"commons-io" % "commons-io" % "2.4", |
42 |
- "com.github.julienrf" %% "play-jsmessages" % "1.4-SNAPSHOT" |
|
42 |
+ "com.github.julienrf" %% "play-jsmessages" % "1.4.1" |
|
43 | 43 |
) |
44 | 44 |
|
45 | 45 |
val projectSettings = Seq( |
... | ... | @@ -47,7 +47,7 @@ |
47 | 47 |
resolvers += "jgit-repository" at "http://download.eclipse.org/jgit/maven", |
48 | 48 |
resolvers += "svnkit-repository" at "http://maven.tmatesoft.com/content/repositories/releases/", |
49 | 49 |
resolvers += "scm-manager release repository" at "http://maven.scm-manager.org/nexus/content/groups/public", |
50 |
- resolvers += "julienrf.github.com" at "http://julienrf.github.com/repo-snapshots/", |
|
50 |
+ resolvers += "julienrf.github.com" at "http://julienrf.github.com/repo/", |
|
51 | 51 |
templatesImport += "models.enumeration._", |
52 | 52 |
lessEntryPoints <<= baseDirectory(_ / "app" / "assets" / "stylesheets" ** "nforge.less"), |
53 | 53 |
// jacoco.settings:_*, |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?