Skip to content

Commit 4259728

Browse files
committed
chore: update
1. remove travis 2. upgrade sbt to latest version 3. remove scala-style plugin 4. upgrade sbt scoverage to latest version 5. update scala version to 2.13.16
1 parent 8a78822 commit 4259728

File tree

5 files changed

+3
-118
lines changed

5 files changed

+3
-118
lines changed

.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ organization := "com.counter2015"
55
version := "1.0"
66

77
// same version to leetcode.com
8-
scalaVersion := "2.13.10"
8+
scalaVersion := "2.13.16"
99

1010

1111
libraryDependencies ++= Seq(

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.9
1+
sbt.version=1.10.11

project/plugins.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
2-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
1+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")

scalastyle-config.xml

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)