Skip to content

Commit b500e37

Browse files
committed
Update local Inox version
1 parent 931f994 commit b500e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ val isMac = osInf.indexOf("Mac") >= 0
1414
val osName = if (isWindows) "win" else if (isMac) "mac" else "unix"
1515
val osArch = System.getProperty("sun.arch.data.model")
1616

17-
val inoxVersion = "1.1.0-340-gdcf84f2"
17+
val inoxVersion = "1.1.0-341-gb70895c"
1818
val dottyLibrary = "dotty-compiler_2.12"
1919
val dottyVersion = "0.12.0-RC1-nonbootstrapped"
2020
val circeVersion = "0.10.0-M2"

0 commit comments

Comments
 (0)