Skip to content

Update some libs #423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Scala 2.11, Scala 2.12, Scala 2.13 and Scala 3.0.0 are supported.

To get started with SBT, add one (or both) of these dependencies:

- `libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.3.0"`
- `libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.5.0"`

#### Documentation

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ThisBuild / githubWorkflowBuildMatrixExclusions += // TODO
MatrixExclude(Map("scala" -> scala3, "project" -> "rootJVM"))

val tzdbVersion = "2019c"
val scalajavaLocalesVersion = "1.5.0"
val scalajavaLocalesVersion = "1.5.1"
Global / onChangedBuildSource := ReloadOnSourceChanges

lazy val downloadFromZip: TaskKey[Unit] =
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.2.0")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.12.0")

addSbtPlugin("io.github.cquiroz" % "sbt-tzdb" % "4.1.0")
addSbtPlugin("io.github.cquiroz" % "sbt-tzdb" % "4.2.0")

addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.17")

Expand Down