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
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
2424libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.3" % Test
2525
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ scalacOptions += "-Xexperimental"
44
55scalacOptions += " -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 "
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3").jar().classifier {
2525
2626scalacOptions += " -Ypartial-unification"
2727
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