Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerator committed Mar 18, 2019
1 parent 9a2abfe commit f7f59e0
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 @@ -7,7 +7,7 @@ lazy val root = (project in file("."))
organization := "ru.dovzhikov",
scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.11.12", "2.12.8"),
version := "0.3.1",
version := "0.4.0",
scalacOptions ++= Seq("-unchecked", "-deprecation")
)),
name := "matr2scheme",
Expand Down

0 comments on commit f7f59e0

Please sign in to comment.