Skip to content

Commit

Permalink
remove CrossVersion.for3Use2_13
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 1, 2021
1 parent f7653ca commit 511a597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ lazy val scalameter = Def.setting(
)

lazy val twitterUtilCore = Seq(
"com.twitter" %% "util-core" % twitterUtilVersion cross CrossVersion.for3Use2_13
"com.twitter" %% "util-core" % twitterUtilVersion
)

lazy val disableScala3 = Def.settings(
Expand Down

0 comments on commit 511a597

Please sign in to comment.