Skip to content

Commit 14ac09d

Browse files
Scala-Steward: Update scala-compiler, scala-library, ... from 2.12.17 to 2.12.18 (#323)
* Scala-Steward: Update scala-compiler, scala-library, ... from 2.12.17 to 2.12.18 * Bump `semanticdbVersion` --------- Co-authored-by: Pawel Lipski <pawel.p.lipski@gmail.com>
1 parent 512d4b2 commit 14ac09d

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

.github/workflows/standard-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
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

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt._
22

33
object 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"

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
addDependencyTreePlugin
2+
13
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
24
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
35
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")

project/project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
addDependencyTreePlugin
2+
13
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")

0 commit comments

Comments
 (0)