Commit ff96033 Risto Yrjänä
committed
1 parent e58c6e9 commit ff96033 Copy full SHA for ff96033
File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -10,26 +10,23 @@ seq(webSettings: _*)
10
10
11
11
// gwtVersion := "2.4.0"
12
12
13
- resolvers ++= Seq (" TypeSafe repo " at " http ://repo.typesafe.com/typesafe/releases " ,
14
- " Sonatype OSS Snapshots " at " https ://oss.sonatype.org/content/repositories/snapshots " )
13
+ resolvers ++= Seq (" Sonatype OSS Snapshots " at " https ://oss.sonatype.org/content/repositories/snapshots " ,
14
+ " Vaadin add-ons repository " at " http ://maven.vaadin.com/vaadin-addons " )
15
15
16
-
17
16
// basic dependencies
18
17
libraryDependencies ++= Seq (
19
18
" com.vaadin" % " vaadin" % " 6.8.2" ,
20
19
" org.eclipse.jetty" % " jetty-webapp" % " 8.0.4.v20111024" % " container" ,
21
- " vaadin.scala " %% " scaladin" % " 2.0.0-SNAPSHOT "
20
+ " org. vaadin.addons " % " scaladin" % " 2.0.0"
22
21
)
23
22
24
23
libraryDependencies ++= Seq (
25
24
// Casbah and Salat
26
25
" org.mongodb" % " casbah_2.9.2" % " 2.4.1" ,
27
- // "com.mongodb.casbah" % "casbah_2.9.0-1" % "2.1.5.0",
28
26
" com.novus" %% " salat" % " 1.9.1-SNAPSHOT"
29
27
)
30
28
31
29
32
-
33
30
// hack: sbt-gwt-plugin assumes that sources are in src/main/java
34
31
// javaSource in Compile <<= (scalaSource in Compile)
35
32
You can’t perform that action at this time.
0 commit comments