File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ lazy val downloadFromZip: TaskKey[Unit] =
1010lazy 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import sbt.Keys._
22
33resolvers += 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
77addSbtPlugin(" io.get-coursier" % " sbt-coursier" % " 1.0.0-RC2" )
88
You can’t perform that action at this time.
0 commit comments