Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: xenial
language: scala

scala:
- 2.12.8
- 2.12.9
- 2.13.0

env:
Expand Down
5 changes: 0 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import sbt.url
import sbtrelease.ReleaseStateTransformations._

val scala212Version = "2.12.8"
val scala213Version = "2.13.0"
val supportedScalaVersion = Seq(scala212Version, scala213Version)

val scalatestVersion = "3.0.8"
val scalacticVersion = "3.0.8"
val enableIfVersion = "1.1.7"
Expand All @@ -13,7 +9,6 @@ organization in ThisBuild := "net.exoego"

lazy val commonSettings = Seq(
autoCompilerPlugins := true,
crossScalaVersions := supportedScalaVersion,
scalacOptions ++= Seq(
"-deprecation",
"-unchecked",
Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0")