File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import scala .util .Properties .isJavaAtLeast
22
3- val scalafmtVersion = " 3.11.0 "
3+ val scalafmtVersion = " 3.11.1 "
44val scala2 = " 2.12.21"
55val scala3 = " 3.8.3"
66
@@ -61,10 +61,8 @@ lazy val plugin = project.enablePlugins(SbtPlugin, ScriptedPlugin).settings(
6161 moduleName := " sbt-scalafmt" ,
6262 libraryDependencies ++= List (
6363 " com.googlecode.java-diff-utils" % " diffutils" % " 1.3.0" ,
64- " org.scalameta" %% " scalafmt-sysops" % scalafmtVersion cross
65- CrossVersion .for3Use2_13,
66- " org.scalameta" %% " scalafmt-dynamic-core" % scalafmtVersion cross
67- CrossVersion .for3Use2_13,
64+ " org.scalameta" %% " scalafmt-sysops" % scalafmtVersion,
65+ " org.scalameta" %% " scalafmt-dynamic-core" % scalafmtVersion,
6866 ),
6967 scriptedBufferLog := false ,
7068 scriptedLaunchOpts += s " -Dplugin.version= ${version.value}" ,
You can’t perform that action at this time.
0 commit comments