Skip to content

Commit 0193e49

Browse files
authored
Merge pull request #20 from Philippus/update/scala-2.13.0-RC3
Update scala 2.13.0-RC2 to 2.13.0
2 parents dff3295 + bbcc6ff commit 0193e49

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scala:
1010
- 2.12.6
1111
- 2.12.7
1212
- 2.12.8
13-
- 2.13.0-RC2
13+
- 2.13.0
1414
jdk:
1515
- oraclejdk8
1616
cache:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import xerial.sbt.Sonatype._
44
scalacOptions ++= Seq("-deprecation")
55
libraryDependencies ++= Seq(
66
scalaOrganization.value % "scala-compiler" % scalaVersion.value,
7-
"org.scalatest" %% "scalatest" % "3.1.0-SNAP11" % Test,
7+
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
88
"commons-io" % "commons-io" % "2.6" % Test
99
)
1010

project/plugins.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
2-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
3-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.8")
4-
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.3")
2+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
3+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
4+
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0")

0 commit comments

Comments
 (0)