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 931f994 commit b500e37Copy full SHA for b500e37
build.sbt
@@ -14,7 +14,7 @@ val isMac = osInf.indexOf("Mac") >= 0
14
val osName = if (isWindows) "win" else if (isMac) "mac" else "unix"
15
val osArch = System.getProperty("sun.arch.data.model")
16
17
-val inoxVersion = "1.1.0-340-gdcf84f2"
+val inoxVersion = "1.1.0-341-gb70895c"
18
val dottyLibrary = "dotty-compiler_2.12"
19
val dottyVersion = "0.12.0-RC1-nonbootstrapped"
20
val circeVersion = "0.10.0-M2"
0 commit comments