File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ThisBuild / scalaVersion := " 2.12.18 "
1
+ ThisBuild / scalaVersion := " 2.12.19 "
2
2
ThisBuild / organization := " io.higherkindness"
3
3
ThisBuild / githubOrganization := " 47deg"
4
4
@@ -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.11.1 " ,
22
- " ch.epfl.scala" %% " scalafix-cli" % " 0.11.1 " cross CrossVersion .full,
23
- " ch.epfl.scala" % " scalafix-interfaces" % " 0.11.1 " ,
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 " ,
24
24
" org.scalatest" %% " scalatest" % " 3.2.18" % Test ,
25
25
" org.scalacheck" %% " scalacheck" % " 1.17.1" % 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