From 187b0d2484d39f6602872b30b7af43182ea630f6 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Thu, 6 Dec 2018 07:47:45 +0100 Subject: [PATCH] Update scala-java-time to 2.0.0-RC1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ab1c3fb2..7e00a618 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform) .settings( name := "cats-time" ).jsSettings( - libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M13" + libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-RC1" ) lazy val coreJS = core.js