Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
5afefa7
Update shapeless to 2.3.8 (#18)
scala-steward Feb 15, 2022
41a8dd5
Update shapeless to 2.3.9 (#19)
scala-steward Mar 30, 2022
1adc9fb
Update scalatest to 3.2.12 (#20)
scala-steward Apr 29, 2022
5a7ebcf
Update sbt-updates to 0.6.3 (#21)
scala-steward Aug 11, 2022
278f4c4
Update scalatest to 3.2.13 (#25)
scala-steward Aug 11, 2022
4f40b06
Update scala-library to 2.12.16 (#22)
scala-steward Aug 11, 2022
2795af1
Update sbt to 1.7.1 (#24)
scala-steward Aug 11, 2022
80cb8df
Update shapeless to 2.3.10
scala-steward Sep 13, 2022
55efa1a
Update scala-library to 2.12.17
scala-steward Sep 19, 2022
cc7642d
Update sbt-updates to 0.6.4
scala-steward Oct 17, 2022
e771554
Merge pull request #28 from scala-steward/update/sbt-updates-0.6.4
grzegorz-taramina Oct 19, 2022
62c9206
Merge pull request #26 from scala-steward/update/shapeless-2.3.10
grzegorz-taramina Oct 19, 2022
4a08c5a
upgrade scala
grzegorz-taramina Oct 19, 2022
6d1e8dc
upgrading scala
grzegorz-taramina Oct 19, 2022
2b2ee5e
Merge pull request #27 from scala-steward/update/scala-library-2.12.17
grzegorz-taramina Oct 19, 2022
4baa63f
Merge branch 'main' of https://github.com/kontainers/PureCSV
grzegorz-taramina Oct 19, 2022
6d3bf33
Setting version to 1.4.0
grzegorz-taramina Oct 19, 2022
a2b4548
Update sbt to 1.7.3 (#30)
scala-steward Mar 29, 2023
402226c
Update sbt-pgp to 2.2.1 (#32)
scala-steward Mar 29, 2023
bf363b2
Update scalatest to 3.2.15 (#33)
scala-steward Mar 29, 2023
38e6a2c
Update scalatest to 3.2.17 (#46)
scala-steward Sep 29, 2023
0f650e8
Update sbt to 1.9.6 (#45)
scala-steward Sep 29, 2023
b92b728
Update scala-library to 2.13.12 (#44)
scala-steward Sep 29, 2023
236af2a
Update sbt to 1.9.7 (#47)
scala-steward Dec 14, 2023
5f59796
Merge branch 'main' of https://github.com/kontainers/PureCSV
grzegorz-taramina Sep 2, 2024
3944ff2
upgrading dependencies
grzegorz-taramina Dec 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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
)
)
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.2
sbt.version=1.9.9
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "1.3.11-SNAPSHOT"
ThisBuild / version := "1.4.0"