Skip to content

Commit e9871b0

Browse files
authored
Merge pull request #836 from typelevel/update/scala-java-time-2.7.0
Update scala-java-time to 2.7.0
2 parents e7e5375 + aab1844 commit e9871b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
191191
)
192192
)
193193
.jsSettings(
194-
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.6.0",
194+
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.7.0",
195195
scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule))
196196
)
197197
.nativeSettings(nativeSettings)

0 commit comments

Comments
 (0)