File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ lazy val core = project
18
18
" com.thesamet.scalapb" %% " compilerplugin" % " 0.11.15" ,
19
19
" com.thesamet.scalapb" %% " scalapb-validate-codegen" % " 0.3.4" ,
20
20
" org.scalameta" %% " scalameta" % " 4.9.3" ,
21
- " ch.epfl.scala" %% " scalafix-core" % " 0.12.0 " ,
22
- " ch.epfl.scala" %% " scalafix-cli" % " 0.12.0 " cross CrossVersion .full,
23
- " ch.epfl.scala" % " scalafix-interfaces" % " 0.12.0 " ,
21
+ " ch.epfl.scala" %% " scalafix-core" % " 0.12.1 " ,
22
+ " ch.epfl.scala" %% " scalafix-cli" % " 0.12.1 " cross CrossVersion .full,
23
+ " ch.epfl.scala" % " scalafix-interfaces" % " 0.12.1 " ,
24
24
" org.scalatest" %% " scalatest" % " 3.2.18" % Test ,
25
25
" org.scalacheck" %% " scalacheck" % " 1.18.0" % Test ,
26
26
" org.scalatestplus" %% " scalacheck-1-16" % " 3.2.14.0" % Test ,
You can’t perform that action at this time.
0 commit comments