Skip to content

Commit

Permalink
Bump Scala to 2.12.11 (close #100)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Jun 9, 2020
1 parent 1fa0f7d commit 9dd9f9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
dist: trusty
language: scala
scala:
- 2.11.12
- 2.12.8
- 2.12.11
jdk:
- oraclejdk8
script:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ lazy val root = project.in(file("."))
organization := "com.snowplowanalytics",
version := "1.0.0",
description := "Scala analytics SDK for Snowplow",
scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.12.8")
scalaVersion := "2.12.11",
crossScalaVersions := Seq("2.12.11")
))
.enablePlugins(SiteScaladocPlugin)
.enablePlugins(GhpagesPlugin)
Expand Down

0 comments on commit 9dd9f9d

Please sign in to comment.