We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ff203 commit 909408aCopy full SHA for 909408a
.travis.yml
@@ -16,7 +16,7 @@ matrix:
16
jdk: oraclejdk8
17
language: scala
18
scala:
19
- - 2.12.5
+ - 2.12.6
20
before_install:
21
- docker pull daunnc/pdal-debian:1.7.1
22
services:
build.sbt
@@ -3,7 +3,7 @@ name := "pdal-jni"
3
lazy val commonSettings = Seq(
4
version := "1.7.0" + Environment.versionSuffix,
5
scalaVersion := "2.11.12",
6
- crossScalaVersions := Seq("2.12.5", "2.11.12"),
+ crossScalaVersions := Seq("2.12.6", "2.11.12"),
7
organization := "io.pdal",
8
description := "PDAL JNI bindings",
9
licenses := Seq("BSD" -> url("https://github.com/PDAL/PDAL/blob/master/LICENSE.txt")),
0 commit comments