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 559ed91 commit df632b7Copy full SHA for df632b7
build.sbt
@@ -2,7 +2,7 @@ name := "decaf-in-scala"
2
3
version := "0.1"
4
5
-scalaVersion := "2.13.0"
+scalaVersion := "2.13.1"
6
7
// https://mvnrepository.com/artifact/org.scala-lang/scala-reflect
8
libraryDependencies += "org.scala-lang" % "scala-reflect" % "2.13.1"
@@ -33,3 +33,5 @@ assemblyOutputPath in assembly := file("target/decaf.jar")
33
34
javacOptions in Compile += "--enable-preview"
35
javacOptions in Compile ++= Seq("-source", "12")
36
+javaOptions += "--enable-preview"
37
+fork in run := true
0 commit comments