File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 17
17
- 2.10.7
18
18
- 2.11.12
19
19
- 2.12.7
20
- - 2.13.0-M4
20
+ - 2.13.0-M5
21
21
22
22
before_install :
23
23
- export PATH=${PATH}:./vendor/bundle
48
48
script :
49
49
- sudo chmod +x /usr/local/bin/sbt
50
50
- sbt ++$TRAVIS_SCALA_VERSION -J-Xmx4G clean scalajavatimeJVM/compile scalajavatimeTestsJVM/compile
51
- - if [[ $TRAVIS_SCALA_VERSION != "2.13.0-M4 " ]]; then sbt ++$TRAVIS_SCALA_VERSION -J-Xmx4G clean scalajavatimeTestsJVM/test scalajavatimeTestsJS/test scalajavatimeJVM/publishLocal scalajavatimeJS/publishLocal scalajavatimeTZDBJVM/publishLocal scalajavatimeTZDBJS/publishLocal; fi;
51
+ - if [[ $TRAVIS_SCALA_VERSION != "2.13.0-M5 " ]]; then sbt ++$TRAVIS_SCALA_VERSION -J-Xmx4G clean scalajavatimeTestsJVM/test scalajavatimeTestsJS/test scalajavatimeJVM/publishLocal scalajavatimeJS/publishLocal scalajavatimeTZDBJVM/publishLocal scalajavatimeTZDBJS/publishLocal; fi;
52
52
# docs/makeMicrosite
53
53
# Tricks to avoid unnecessary cache updates, from
54
54
# http://www.scala-sbt.org/0.13/docs/Travis-CI-with-sbt.html
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ lazy val commonSettings = Seq(
21
21
scalaVersion := scalaVer,
22
22
crossScalaVersions := {
23
23
if (scalaJSVersion.startsWith(" 0.6" )) {
24
- Seq (" 2.10.7" , " 2.11.12" , " 2.12.7" , " 2.13.0-M4 " )
24
+ Seq (" 2.10.7" , " 2.11.12" , " 2.12.7" , " 2.13.0-M5 " )
25
25
} else {
26
- Seq (" 2.11.12" , " 2.12.7" , " 2.13.0-M4 " )
26
+ Seq (" 2.11.12" , " 2.12.7" , " 2.13.0-M5 " )
27
27
}
28
28
},
29
29
scalacOptions ++= Seq (
@@ -148,7 +148,7 @@ lazy val scalajavatime = crossProject(JVMPlatform, JSPlatform)
148
148
copyAndReplace(srcDirs, destinationDir)
149
149
}.taskValue,
150
150
libraryDependencies ++= Seq (
151
- " io.github.cquiroz" %%% " scala-java-locales" % " 0.3.11-cldr33 "
151
+ " io.github.cquiroz" %%% " scala-java-locales" % " 0.3.12-cldr34 "
152
152
)
153
153
)
154
154
Original file line number Diff line number Diff line change 11
11
<!-- types are add, fix, remove, update -->
12
12
<release version =" 2.0.0-RC1" date =" " description =" v2.0.0-RC1" >
13
13
<action dev =" cquiroz" type =" update" >
14
- Revode DateTimeUtils
14
+ Support scala.js 1.0.0-M6
15
+ </action >
16
+ <action dev =" cquiroz" type =" update" >
17
+ Support scala 2.13.0-M6
18
+ </action >
19
+ <action dev =" cquiroz" type =" update" >
20
+ Update scala-java-locales to v0.3.12-cldr34
21
+ </action >
22
+ <action dev =" cquiroz" type =" update" >
23
+ Remove DateTimeUtils
24
+ </action >
25
+ <action dev =" cquiroz" type =" fix" >
26
+ Support tzdb 2018f
15
27
</action >
16
28
<action dev =" cquiroz" type =" update" >
17
29
Internal refactorings to reduce size
You can’t perform that action at this time.
0 commit comments