Skip to content

Commit b379335

Browse files
committed
Use Typelevel Scala for DifferentiableKernel
1 parent 903e235 commit b379335

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

DifferentiableKernel/build.sbt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,10 @@ libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.1" % Test
1818

1919
libraryDependencies += "org.lwjgl" % "lwjgl" % "3.1.1" % Test /* Runtime */ classifier lwjglNatives
2020

21-
fork := true
21+
fork := true
22+
23+
scalaOrganization in updateSbtClassifiers := (scalaOrganization in Global).value
24+
25+
scalaOrganization := "org.typelevel"
26+
27+
scalacOptions += "-Yliteral-types"

0 commit comments

Comments
 (0)