Skip to content

Commit ff96033

Browse files
author
Risto Yrjänä
committed
Update to the release version of Scaladin 2.0
1 parent e58c6e9 commit ff96033

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build.sbt

+3-6
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,23 @@ seq(webSettings: _*)
1010

1111
//gwtVersion := "2.4.0"
1212

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")
1515

16-
1716
// basic dependencies
1817
libraryDependencies ++= Seq(
1918
"com.vaadin" % "vaadin" % "6.8.2",
2019
"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"
2221
)
2322

2423
libraryDependencies ++= Seq(
2524
//Casbah and Salat
2625
"org.mongodb" % "casbah_2.9.2" % "2.4.1",
27-
//"com.mongodb.casbah" % "casbah_2.9.0-1" % "2.1.5.0",
2826
"com.novus" %% "salat" % "1.9.1-SNAPSHOT"
2927
)
3028

3129

32-
3330
// hack: sbt-gwt-plugin assumes that sources are in src/main/java
3431
//javaSource in Compile <<= (scalaSource in Compile)
3532

0 commit comments

Comments
 (0)