We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5189977 commit 268928cCopy full SHA for 268928c
build.sbt
@@ -101,9 +101,9 @@ lazy val addJavaOptions = javaOptions ++= {
101
)
102
}
103
104
-addCommandAlias("hot", "compilation/jmh:run HotScalacBenchmark -foe true")
+addCommandAlias("hot", "compilation/Jmh/run HotScalacBenchmark -foe true")
105
106
-addCommandAlias("cold", "compilation/jmh:run ColdScalacBenchmark -foe true")
+addCommandAlias("cold", "compilation/Jmh/run ColdScalacBenchmark -foe true")
107
108
commands ++= build.Profiler.commands
109
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.8.2
+sbt.version=1.11.6
0 commit comments