Skip to content

Commit

Permalink
Bump Inox version
Browse files Browse the repository at this point in the history
  • Loading branch information
samarion committed Sep 24, 2018
1 parent fa8fc34 commit c4bda10
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 @@ -15,7 +15,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-243-gd08df9b"
val inoxVersion = "1.1.0-256-g525e430"
val dottyVersion = "0.1.1-bin-20170429-10a2ce6-NIGHTLY"
val circeVersion = "0.10.0-M2"

Expand Down

0 comments on commit c4bda10

Please sign in to comment.