Skip to content

Commit 8a85b26

Browse files
Sebastian NadorpBenFradet
authored andcommitted
Bump Scala to 2.12.8 (closes #54)
1 parent 8bb2986 commit 8a85b26

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: scala
22
scala:
33
- 2.11.12
4-
- 2.12.6
4+
- 2.12.8
55
jdk:
66
- oraclejdk8
77
script:
@@ -11,7 +11,7 @@ deploy:
1111
provider: script
1212
script: "./.travis/deploy.sh $TRAVIS_TAG"
1313
on:
14-
condition: '"${TRAVIS_SCALA_VERSION}" == "2.12.6"'
14+
condition: '"${TRAVIS_SCALA_VERSION}" == "2.12.8"'
1515
tags: true
1616
after_success:
1717
- bash <(curl -s https://codecov.io/bash)

build.sbt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
import com.typesafe.sbt.SbtGit.GitKeys._
2-
31
val root = (project in file(".")).
42
enablePlugins(ScalaUnidocPlugin, GhpagesPlugin).
53
settings(
64
name := "scala-referer-parser",
75
organization := "com.snowplowanalytics",
86
version := "0.4.0",
97
description := "Library for extracting marketing attribution data from referer URLs",
10-
scalaVersion := "2.12.6",
11-
crossScalaVersions := Seq("2.11.12", "2.12.6"),
8+
scalaVersion := "2.12.8",
9+
crossScalaVersions := Seq("2.11.12", "2.12.8"),
1210
scalacOptions := BuildSettings.compilerOptions,
1311

1412
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)