Skip to content

Commit

Permalink
Update local Inox version
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Nov 21, 2019
1 parent 931f994 commit b500e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val isMac = osInf.indexOf("Mac") >= 0
val osName = if (isWindows) "win" else if (isMac) "mac" else "unix"
val osArch = System.getProperty("sun.arch.data.model")

val inoxVersion = "1.1.0-340-gdcf84f2"
val inoxVersion = "1.1.0-341-gb70895c"
val dottyLibrary = "dotty-compiler_2.12"
val dottyVersion = "0.12.0-RC1-nonbootstrapped"
val circeVersion = "0.10.0-M2"
Expand Down

0 comments on commit b500e37

Please sign in to comment.