mirror of https://github.com/sbt/sbt.git
inline def apply
This commit is contained in:
parent
36083c9536
commit
0fd2a356b5
|
|
@ -39,7 +39,7 @@ trait LibraryManagementSyntax
|
|||
final val Optional = C.Optional
|
||||
|
||||
given Conversion[(String, URI), License] with
|
||||
def apply(x: (String, URI)): License = License(x._1, x._2)
|
||||
inline def apply(x: (String, URI)): License = License(x._1, x._2)
|
||||
}
|
||||
|
||||
object syntax extends LibraryManagementSyntax
|
||||
|
|
|
|||
Loading…
Reference in New Issue