Skip to content

Commit 42cfbe4

Browse files
authored
Use Scala 2.13.0 (#129)
1 parent d3f9324 commit 42cfbe4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: scala
22
scala:
33
- 2.12.8
44
- 2.11.12
5-
- 2.13.0-RC1
5+
- 2.13.0
66
jdk:
77
- oraclejdk8
88
- openjdk11

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val commonDependenciesInTestScope = Seq(
2-
"org.scalatest" %% "scalatest" % "3.0.8-RC2" % "test",
2+
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
33
"ch.qos.logback" % "logback-classic" % "1.2.3" % "test"
44
)
55

@@ -12,7 +12,7 @@ lazy val scalaOAuth2ProviderSettings =
1212
Seq(
1313
organization := "com.nulab-inc",
1414
scalaVersion := "2.12.8",
15-
crossScalaVersions := Seq("2.12.8", "2.11.12", "2.13.0-RC1"),
15+
crossScalaVersions := Seq("2.12.8", "2.11.12", "2.13.0"),
1616
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature"),
1717
scalacOptions ++= unusedWarnings,
1818
publishTo := {

0 commit comments

Comments
 (0)