Skip to content

Commit 5bfb235

Browse files
authored
Merge pull request #60 from cquiroz/library-updates
Update scalajs and setup next release version
2 parents 8a11624 + 8a6de9c commit 5bfb235

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.sbt

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lazy val downloadFromZip: TaskKey[Unit] =
1010
lazy val commonSettings = Seq(
1111
name := "scala-java-time",
1212
description := "java.time API implementation in Scala and Scala.js",
13-
version := "2.0.0-M11",
13+
version := "2.0.0-M12",
1414
organization := "io.github.cquiroz",
1515
homepage := Some(url("https://github.com/cquiroz/scala-java-time")),
1616
licenses := Seq("BSD 3-Clause License" -> url("https://opensource.org/licenses/BSD-3-Clause")),
@@ -40,6 +40,7 @@ lazy val commonSettings = Seq(
4040
},
4141
javaOptions ++= Seq("-Dfile.encoding=UTF8"),
4242
autoAPIMappings := true,
43+
useGpg := true,
4344

4445
publishArtifact in Test := false,
4546
publishMavenStyle := true,
@@ -160,7 +161,7 @@ lazy val scalajavatime = crossProject.crossType(CrossType.Full).in(file("."))
160161
}.taskValue,
161162
parallelExecution in Test := false,
162163
libraryDependencies ++= Seq(
163-
"io.github.cquiroz" %%% "scala-java-locales" % "0.3.3-cldr31"
164+
"io.github.cquiroz" %%% "scala-java-locales" % "0.3.5-cldr31"
164165
)
165166
)
166167

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt.Keys._
22

33
resolvers += Resolver.sonatypeRepo("public")
44

5-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.16")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.17")
66

77
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC2")
88

0 commit comments

Comments
 (0)