We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a0dd3 commit 0dc4500Copy full SHA for 0dc4500
.travis.yml
@@ -1,4 +1,4 @@
1
language: scala
2
scala:
3
- - 2.10.0
+ - 2.10.2
4
script: "sbt ++$TRAVIS_SCALA_VERSION compile"
project/Build.scala
@@ -14,6 +14,7 @@ object ApplicationBuild extends Build {
14
15
"Sonatype OSS Releases" at "http://oss.sonatype.org/content/repositories/releases/",
16
"Sonatype OSS Snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/",
17
+
18
"Typesafe Snapshots" at "http://repo.typesafe.com/typesafe/snapshots/",
19
"Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"),
20
0 commit comments