We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903e235 commit b379335Copy full SHA for b379335
DifferentiableKernel/build.sbt
@@ -18,4 +18,10 @@ libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.1" % Test
18
19
libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.1" % Test /* Runtime */ classifier lwjglNatives
20
21
-fork := true
+fork := true
22
+
23
+scalaOrganization in updateSbtClassifiers := (scalaOrganization in Global).value
24
25
+scalaOrganization := "org.typelevel"
26
27
+scalacOptions += "-Yliteral-types"
0 commit comments