File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : scala
2
2
scala :
3
3
- 2.11.12
4
- - 2.12.6
4
+ - 2.12.8
5
5
jdk :
6
6
- oraclejdk8
7
7
script :
@@ -11,7 +11,7 @@ deploy:
11
11
provider : script
12
12
script : " ./.travis/deploy.sh $TRAVIS_TAG"
13
13
on :
14
- condition : ' "${TRAVIS_SCALA_VERSION}" == "2.12.6 "'
14
+ condition : ' "${TRAVIS_SCALA_VERSION}" == "2.12.8 "'
15
15
tags : true
16
16
after_success :
17
17
- bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 1
- import com .typesafe .sbt .SbtGit .GitKeys ._
2
-
3
1
val root = (project in file(" ." )).
4
2
enablePlugins(ScalaUnidocPlugin , GhpagesPlugin ).
5
3
settings(
6
4
name := " scala-referer-parser" ,
7
5
organization := " com.snowplowanalytics" ,
8
6
version := " 0.4.0" ,
9
7
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 " ),
12
10
scalacOptions := BuildSettings .compilerOptions,
13
11
14
12
libraryDependencies ++= Seq (
You can’t perform that action at this time.
0 commit comments