Skip to content

Commit 268928c

Browse files
committed
update sbt to 1.11.6
1 parent 5189977 commit 268928c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ lazy val addJavaOptions = javaOptions ++= {
101101
)
102102
}
103103

104-
addCommandAlias("hot", "compilation/jmh:run HotScalacBenchmark -foe true")
104+
addCommandAlias("hot", "compilation/Jmh/run HotScalacBenchmark -foe true")
105105

106-
addCommandAlias("cold", "compilation/jmh:run ColdScalacBenchmark -foe true")
106+
addCommandAlias("cold", "compilation/Jmh/run ColdScalacBenchmark -foe true")
107107

108108
commands ++= build.Profiler.commands
109109

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.8.2
1+
sbt.version=1.11.6

0 commit comments

Comments
 (0)