Skip to content

Commit

Permalink
Merge pull request #57 from scala-steward/update/shapeless-2.3.12
Browse files Browse the repository at this point in the history
Update shapeless to 2.3.12
  • Loading branch information
grzegorz-taramina authored Dec 16, 2024
2 parents f3c91de + cbd3127 commit 6da3d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lazy val pureCSV = project.in(file(".")).
name := "purecsv",
scalacOptions ++= Seq("-feature", "-deprecation"),
libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % "2.3.10",
"com.chuusai" %% "shapeless" % "2.3.12",
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
"org.scalatest" %% "scalatest" % "3.2.19" % Test
)
Expand Down

0 comments on commit 6da3d7d

Please sign in to comment.