Skip to content

Commit 2605691

Browse files
authored
Merge pull request #174 from scala-steward/update/silencer-lib-1.3.4
Update silencer-lib, silencer-plugin to 1.3.4
2 parents 1314391 + 11e87df commit 2605691

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.2" % Optional).jar().classi
1717
}
1818
}
1919

20-
addCompilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.3.3")
20+
addCompilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.3.4")
2121

22-
libraryDependencies += "com.github.ghik" %% "silencer-lib" % "1.3.3"
22+
libraryDependencies += "com.github.ghik" %% "silencer-lib" % "1.3.4"
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.3.3")
7+
addCompilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.3.4")
88

9-
libraryDependencies += "com.github.ghik" %% "silencer-lib" % "1.3.3"
9+
libraryDependencies += "com.github.ghik" %% "silencer-lib" % "1.3.4"

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.2").jar().classifier {
2525

2626
scalacOptions += "-Ypartial-unification"
2727

28-
addCompilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.3.3")
28+
addCompilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.3.4")

0 commit comments

Comments
 (0)