diff --git a/build.sbt b/build.sbt index af6073e..2d7a779 100644 --- a/build.sbt +++ b/build.sbt @@ -2,8 +2,8 @@ import sbt.Keys._ lazy val buildSettings = Seq( organization := "io.kontainers", - scalaVersion := "2.13.8", - crossScalaVersions := Seq("2.12.15", scalaVersion.value) + scalaVersion := "2.13.15", + crossScalaVersions := Seq("2.12.17", scalaVersion.value) ) lazy val publishSettings = Seq( @@ -49,8 +49,8 @@ lazy val pureCSV = project.in(file(".")). name := "purecsv", scalacOptions ++= Seq("-feature", "-deprecation"), libraryDependencies ++= Seq( - "com.chuusai" %% "shapeless" % "2.3.7", - "com.github.tototoshi" %% "scala-csv" % "1.3.10", - "org.scalatest" %% "scalatest" % "3.2.11" % Test + "com.chuusai" %% "shapeless" % "2.3.12", + "com.github.tototoshi" %% "scala-csv" % "2.0.0", + "org.scalatest" %% "scalatest" % "3.2.19" % Test ) ) diff --git a/project/build.properties b/project/build.properties index c8fcab5..04267b1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.6.2 +sbt.version=1.9.9 diff --git a/project/plugins.sbt b/project/plugins.sbt index 03cb2d0..5ad1b36 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,8 +4,8 @@ * for easier dependency updates monitoring * @see https://github.com/rtimush/sbt-updates */ -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") diff --git a/version.sbt b/version.sbt index 8c07934..e808296 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "1.3.11-SNAPSHOT" +ThisBuild / version := "1.4.0"