Skip to content

Commit

Permalink
Merge pull request #40 from scala-steward/update/scala-java-time-2.0.…
Browse files Browse the repository at this point in the history
…0-RC1

Update scala-java-time to 2.0.0-RC1
  • Loading branch information
ChristopherDavenport committed Dec 8, 2018
2 parents d12b142 + 187b0d2 commit 70bc7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -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
Expand Down

0 comments on commit 70bc7ea

Please sign in to comment.