Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
ScalaWilliam committed Jul 2, 2020
1 parent c907b6a commit 55a1d13
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 @@ -3,7 +3,7 @@ name := "xs4s-root"
scalaVersion in ThisBuild := "2.12.11"
crossScalaVersions in ThisBuild := Seq("2.12.11", "2.13.2")
organization in ThisBuild := "com.scalawilliam"
version in ThisBuild := "0.7"
version in ThisBuild := "0.8"

lazy val root = (project in file("."))
.aggregate(core)
Expand Down

0 comments on commit 55a1d13

Please sign in to comment.