Skip to content

Commit b8283f0

Browse files
committed
further Travis-CI fixups
1 parent 063c204 commit b8283f0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# scala-logging [![Build Status](https://travis-ci.com/lightbend/scala-logging.svg?branch=master)](https://travis-ci.com/lightbend/scala-logging)
2-
31
Scala Logging is a **convenient** and **fast** logging library wrapping [SLF4J](http://www.slf4j.org).
42

53
It's convenient, because you can simply call log methods, *without* checking whether the respective log level is enabled:

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// basics
22

33
name := "scala-logging"
4+
crossScalaVersions := Seq("3.0.2", "2.11.12", "2.12.15", "2.13.6")
5+
scalaVersion := crossScalaVersions.value.head
46
scalacOptions ++= Seq(
57
"-unchecked",
68
"-deprecation",

project/plugins.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3")
22
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
33
addSbtPlugin("com.scalapenos" % "sbt-prompt" % "1.0.2")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9")
5-
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0")

0 commit comments

Comments
 (0)