Skip to content

Commit 2e4eabb

Browse files
committed
freeze some projects that moved to sbt 2
1 parent c66d2f2 commit 2e4eabb

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

core/wartremover.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// https://github.com/wartremover/wartremover.git#master
1+
// https://github.com/wartremover/wartremover.git#9bfd97a5ec1810463ef741482c416a19d8d76f58 # was master
22

33
vars.proj.wartremover: ${vars.base} {
44
name: "wartremover"
5-
uri: "https://github.com/wartremover/wartremover.git#771a993669799feebf2cf9ffc449fee82a7b1c57"
5+
uri: "https://github.com/wartremover/wartremover.git#9bfd97a5ec1810463ef741482c416a19d8d76f58"
66

77
extra.exclude: [
88
"sbt-plugin"

proj/scalikejdbc.conf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
// https://github.com/scalikejdbc/scalikejdbc.git#master
1+
// https://github.com/scalikejdbc/scalikejdbc.git#22f465466d713283425b78470d9a3d6e98b68746 # was master
2+
3+
// frozen (October 2024) at known-green commit before sbt 2 upgrade
24

35
vars.proj.scalikejdbc: ${vars.base} {
46
name: "scalikejdbc"
5-
uri: "https://github.com/scalikejdbc/scalikejdbc.git#6f242de43593237a4defec6d9cc2a8c7324fd80e"
7+
uri: "https://github.com/scalikejdbc/scalikejdbc.git#22f465466d713283425b78470d9a3d6e98b68746"
68

79
// don't build sbt plugin
810
extra.exclude: ["mapper-generator"]

proj/twirl.conf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
// https://github.com/playframework/twirl.git#main
1+
// https://github.com/playframework/twirl.git#71e2d56b24f3f249c4915032e87678a5fb2ea6d2 # was main
2+
3+
// frozen (October 2024) at known-green commit before sbt 2 upgrade
24

35
vars.proj.twirl: ${vars.base} {
46
name: "twirl"
5-
uri: "https://github.com/playframework/twirl.git#b0a1f44ef11f157f5222bca5ded6449dcb822272"
7+
uri: "https://github.com/playframework/twirl.git#71e2d56b24f3f249c4915032e87678a5fb2ea6d2"
68

79
extra.exclude: ["plugin", "*JS"]
810
extra.settings: ${vars.base.extra.settings} [

0 commit comments

Comments
 (0)