File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11name := " pdal-jni"
22version := " 0.1.0-SNAPSHOT"
3- scalaVersion := " 2.13.3 "
4- crossScalaVersions := Seq (" 2.13.3 " , " 2.12.12" , " 2.11.12" )
3+ scalaVersion := " 2.13.4 "
4+ crossScalaVersions := Seq (" 2.13.4 " , " 2.12.12" , " 2.11.12" )
55organization := " com.azavea"
66scalacOptions ++= Seq (
77 " -deprecation" ,
@@ -27,5 +27,5 @@ libraryDependencies ++= Seq(
2727 " io.pdal" %% " pdal" % pdalVersion,
2828 " io.pdal" %% " pdal-scala" % pdalVersion,
2929 " io.pdal" % " pdal-native" % pdalVersion,
30- " org.scalatest" %% " scalatest" % " 3.2.2 " % Test
30+ " org.scalatest" %% " scalatest" % " 3.2.3 " % Test
3131)
Original file line number Diff line number Diff line change 1- sbt.version =1.3.10
1+ sbt.version =1.4.6
22
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.9 " )
2- addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.4.0 " )
1+ addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.15.0 " )
2+ addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.5.1 " )
You can’t perform that action at this time.
0 commit comments