File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3" % Optional).jar().classi
17
17
}
18
18
}
19
19
20
- addCompilerPlugin(" com.github.ghik" %% " silencer-plugin" % " 1.4.1 " )
20
+ addCompilerPlugin(" com.github.ghik" %% " silencer-plugin" % " 1.4.2 " )
21
21
22
- libraryDependencies += " com.github.ghik" %% " silencer-lib" % " 1.4.1 "
22
+ libraryDependencies += " com.github.ghik" %% " silencer-lib" % " 1.4.2 "
23
23
24
24
libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.3" % Test
25
25
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ scalacOptions += "-Xexperimental"
4
4
5
5
scalacOptions += " -Ypartial-unification"
6
6
7
- addCompilerPlugin(" com.github.ghik" %% " silencer-plugin" % " 1.4.1 " )
7
+ addCompilerPlugin(" com.github.ghik" %% " silencer-plugin" % " 1.4.2 " )
8
8
9
- libraryDependencies += " com.github.ghik" %% " silencer-lib" % " 1.4.1 "
9
+ libraryDependencies += " com.github.ghik" %% " silencer-lib" % " 1.4.2 "
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3").jar().classifier {
25
25
26
26
scalacOptions += " -Ypartial-unification"
27
27
28
- addCompilerPlugin(" com.github.ghik" %% " silencer-plugin" % " 1.4.1 " )
28
+ addCompilerPlugin(" com.github.ghik" %% " silencer-plugin" % " 1.4.2 " )
You can’t perform that action at this time.
0 commit comments