Skip to content

Commit 649292a

Browse files
committedJul 4, 2017
Bump Scala version to 2.11 (closes #81)
1 parent 550c1ae commit 649292a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: scala
22
scala:
3-
- 2.10.1
3+
- 2.11.11
44
jdk:
55
- oraclejdk7
66

77
before_script:
8-
- echo yes | sudo apt-get install lzop liblzo2-dev
8+
- sudo apt-get install -y lzop liblzo2-dev

‎project/BuildSettings.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ object BuildSettings {
2222
organization := "com.snowplowanalytics",
2323
version := "0.4.1",
2424
description := "Kinesis LZO sink for S3",
25-
scalaVersion := "2.10.1",
25+
scalaVersion := "2.11.11",
2626
scalacOptions := Seq("-deprecation", "-encoding", "utf8",
2727
"-feature", "-target:jvm-1.7"),
2828
scalacOptions in Test := Seq("-Yrangepos"),

‎vagrant/up.playbooks

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
oss-playbooks/java7.yml
22
oss-playbooks/thrift.yml
3-
oss-playbooks/scala.yml
3+
oss-playbooks/scala-2.11.6.yml
44
oss-playbooks/sbt.yml
55
oss-playbooks/lzo.yml

0 commit comments

Comments
 (0)
Please sign in to comment.