File tree Expand file tree Collapse file tree 5 files changed +26
-5
lines changed Expand file tree Collapse file tree 5 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 1+ name : Scala CI
2+
3+ on :
4+ push :
5+ branches : [ master ]
6+ pull_request :
7+ branches : [ master ]
8+
9+ jobs :
10+ build :
11+
12+ runs-on : ubuntu-latest
13+
14+ steps :
15+ - uses : actions/checkout@v2
16+ - name : Set up JDK 1.8
17+ uses : actions/setup-java@v1
18+ with :
19+ java-version : 1.8
20+ - name : Run tests
21+ run : sbt test
Original file line number Diff line number Diff line change 1- version = "2.4 .2"
1+ version = "2.5 .2"
22
33#
44# See http://scalameta.org/scalafmt/#Configuration for details
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
4040})
4141
4242libraryDependencies ++= Seq (
43- " org.scalatest" %% " scalatest" % " 3.1.1 " % " test"
43+ " org.scalatest" %% " scalatest" % " 3.2.7 " % " test"
4444)
4545
4646publishMavenStyle := true
Original file line number Diff line number Diff line change 1- sbt.version =1.3.8
1+ sbt.version =1.4.6
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.jsuereth " % " sbt-pgp" % " 2.0.1 " )
2- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.2.1 " )
1+ addSbtPlugin(" com.github.sbt " % " sbt-pgp" % " 2.1.2 " )
2+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.3.2 " )
33
You can’t perform that action at this time.
0 commit comments