File tree Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 7070 sbt "++ 2.12.15 test"
7171 sbt "++ 2.12.16 test"
7272 sbt "++ 2.12.17 test"
73+ sbt "++ 2.12.18 test"
7374
7475 test-213-1 :
7576 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ lazy val testAgainstScalaVersions =
1616 " 2.12.14" ,
1717 " 2.12.15" ,
1818 " 2.12.16" ,
19+ " 2.12.17" ,
1920 " 2.13.2" ,
2021 " 2.13.3" ,
2122 " 2.13.4" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import sbt._
22
33object Dependencies {
44 val scalaVersion213 = " 2.13.11"
5- val scalaVersion212 = " 2.12.17 "
5+ val scalaVersion212 = " 2.12.18 "
66
77 val akkaVersion = " 2.6.20"
88 val borerVersion = " 1.8.0"
Original file line number Diff line number Diff line change 1+ addDependencyTreePlugin
2+
13addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.9.0" )
24addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 2.1.1" )
35addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.0" )
Original file line number Diff line number Diff line change 1+ addDependencyTreePlugin
2+
13addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.3" )
You can’t perform that action at this time.
0 commit comments