Skip to content

Commit 909408a

Browse files
committed
Update scala version up to 2.12.6
1 parent d8ff203 commit 909408a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
jdk: oraclejdk8
1717
language: scala
1818
scala:
19-
- 2.12.5
19+
- 2.12.6
2020
before_install:
2121
- docker pull daunnc/pdal-debian:1.7.1
2222
services:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name := "pdal-jni"
33
lazy val commonSettings = Seq(
44
version := "1.7.0" + Environment.versionSuffix,
55
scalaVersion := "2.11.12",
6-
crossScalaVersions := Seq("2.12.5", "2.11.12"),
6+
crossScalaVersions := Seq("2.12.6", "2.11.12"),
77
organization := "io.pdal",
88
description := "PDAL JNI bindings",
99
licenses := Seq("BSD" -> url("https://github.com/PDAL/PDAL/blob/master/LICENSE.txt")),

0 commit comments

Comments
 (0)