Skip to content
Snippets Groups Projects
Commit 14d87216 authored by Felix Herrmann's avatar Felix Herrmann
Browse files

add new scala _ syntax for type lambdas

parent 1bc4881e
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ scalacOptions ++= Seq(
"-feature",
"-unchecked",
"-language:higherKinds",
"-Ykind-projector:underscores",
)
resolvers += Resolver.sonatypeRepo("releases")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment