Skip to content

Commit da79cc2

Browse files
committed
Update silencer-lib, silencer-plugin to 1.4.2
1 parent ff21452 commit da79cc2

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.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.2").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)