Skip to content

Commit 45e57c3

Browse files
authored
Merge pull request cquiroz#423 from cquiroz/updates
Update some libs
2 parents 8fdd625 + b23eafd commit 45e57c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Scala 2.11, Scala 2.12, Scala 2.13 and Scala 3.0.0 are supported.
1515

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

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

2020
#### Documentation
2121

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ThisBuild / githubWorkflowBuildMatrixExclusions += // TODO
1111
MatrixExclude(Map("scala" -> scala3, "project" -> "rootJVM"))
1212

1313
val tzdbVersion = "2019c"
14-
val scalajavaLocalesVersion = "1.5.0"
14+
val scalajavaLocalesVersion = "1.5.1"
1515
Global / onChangedBuildSource := ReloadOnSourceChanges
1616

1717
lazy val downloadFromZip: TaskKey[Unit] =

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.2.0")
22

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

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

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

0 commit comments

Comments
 (0)