Skip to content

Commit d043c5c

Browse files
authored
Merge pull request #417 from pjfanning/scala-2.13.0
scala 2.13.0 build
2 parents 2b97ef5 + 3d494b6 commit d043c5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ matrix:
2121
jdk: oraclejdk8
2222
- scala: 2.12.8
2323
jdk: openjdk11
24-
- scala: 2.13.0-RC3
24+
- scala: 2.13.0
2525
jdk: oraclejdk8
26-
- scala: 2.13.0-RC3
26+
- scala: 2.13.0
2727
jdk: openjdk11
2828

2929
sbt_args: "'set resolvers += \"Sonatype OSS Snapshots\" at \"https://oss.sonatype.org/content/repositories/snapshots\"'"

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ organization := "com.fasterxml.jackson.module"
77

88
scalaVersion := "2.12.8"
99

10-
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.8", "2.13.0-RC3")
10+
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.8", "2.13.0")
1111

1212
val scalaMajorVersion = SettingKey[Int]("scalaMajorVersion")
1313
scalaMajorVersion := {
@@ -57,7 +57,7 @@ libraryDependencies ++= Seq(
5757
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % jacksonVersion % "test",
5858
"com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % jacksonVersion % "test",
5959
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonVersion % "test",
60-
"org.scalatest" %% "scalatest" % "3.0.8-RC5" % "test",
60+
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
6161
"junit" % "junit" % "4.12" % "test"
6262
)
6363

0 commit comments

Comments
 (0)