Skip to content

Commit

Permalink
Scala versions update (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored Sep 24, 2023
1 parent 4878b13 commit 25d66c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name := "pdal-jni"

val scala212 = "2.12.17"
val scala213 = "2.13.10"
val scala3 = "3.2.2"
val scala212 = "2.12.18"
val scala213 = "2.13.12"
val scala3 = "3.3.1"
val scalaVersions = Seq(scala3, scala213, scala212)

lazy val commonSettings = Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.{headerLicense, heade

object Version {
val jts = "1.19.0"
val scalaTest = "3.2.15"
val scalaTest = "3.2.17"
val circe = "0.14.3"
}

Expand Down

0 comments on commit 25d66c6

Please sign in to comment.