Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 51c6022

Browse files
author
TATSUNO Yasuhiro
authored
Merge pull request #28 from exoego/scala-versions
Manage Scala versions in one place.
2 parents 28eb00d + 87fe1a7 commit 51c6022

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist: xenial
22
language: scala
33

44
scala:
5-
- 2.12.8
5+
- 2.12.9
66
- 2.13.0
77

88
env:

build.sbt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import sbt.url
22
import sbtrelease.ReleaseStateTransformations._
33

4-
val scala212Version = "2.12.8"
5-
val scala213Version = "2.13.0"
6-
val supportedScalaVersion = Seq(scala212Version, scala213Version)
7-
84
val scalatestVersion = "3.0.8"
95
val scalacticVersion = "3.0.8"
106
val enableIfVersion = "1.1.7"
@@ -13,7 +9,6 @@ organization in ThisBuild := "net.exoego"
139

1410
lazy val commonSettings = Seq(
1511
autoCompilerPlugins := true,
16-
crossScalaVersions := supportedScalaVersion,
1712
scalacOptions ++= Seq(
1813
"-deprecation",
1914
"-unchecked",

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5")
44
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
55
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
66
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
7+
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0")

0 commit comments

Comments
 (0)