Skip to content

Commit 322540c

Browse files
authored
Merge pull request #201 from scala-steward/update/silencer-lib-1.4.2
Update silencer-lib, silencer-plugin to 1.4.2
2 parents 420af9f + da79cc2 commit 322540c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Tensors/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3" % Optional).jar().classi
1717
}
1818
}
1919

20-
addCompilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.4.1")
20+
addCompilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.4.2")
2121

22-
libraryDependencies += "com.github.ghik" %% "silencer-lib" % "1.4.1"
22+
libraryDependencies += "com.github.ghik" %% "silencer-lib" % "1.4.2"
2323

2424
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Test
2525

Trees/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ scalacOptions += "-Xexperimental"
44

55
scalacOptions += "-Ypartial-unification"
66

7-
addCompilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.4.1")
7+
addCompilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.4.2")
88

9-
libraryDependencies += "com.github.ghik" %% "silencer-lib" % "1.4.1"
9+
libraryDependencies += "com.github.ghik" %% "silencer-lib" % "1.4.2"

benchmarks/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3").jar().classifier {
2525

2626
scalacOptions += "-Ypartial-unification"
2727

28-
addCompilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.4.1")
28+
addCompilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.4.2")

0 commit comments

Comments
 (0)