Skip to content

Commit 73966ad

Browse files
authored
Update Dsl.scala to 2.0.0 (#482)
1 parent 7d5a120 commit 73966ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Binding/shared/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ libraryDependencies ++= {
3030

3131
libraryDependencies ++= {
3232
if (scalaBinaryVersion.value == "3") {
33-
Some("com.thoughtworks.dsl" %%% "macros-reset" % "2.0.0-M2+335-7cefa5ea")
33+
Some("com.thoughtworks.dsl" %%% "macros-reset" % "2.0.0")
3434
} else {
3535
None
3636
}

0 commit comments

Comments
 (0)