Skip to content

Commit e3a0a20

Browse files
committed
v1.1.3
1 parent f44fb87 commit e3a0a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mist.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ lazy val commonSettings = Seq(
3030
crossScalaVersions := Seq("2.11.12", "2.12.7"),
3131
javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),
3232
parallelExecution in Test := false,
33-
version := "1.1.2"
33+
version := "1.1.3"
3434
)
3535

3636
lazy val mistLib = project.in(file("mist-lib"))

0 commit comments

Comments
 (0)