Skip to content

Commit

Permalink
0.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed May 24, 2020
1 parent 57368c4 commit e6bc7a6
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 @@ -4,7 +4,7 @@ ThisBuild / scalaVersion := scala212
ThisBuild / organization := "com.eed3si9n.jarjarabrams"
ThisBuild / organizationName := "eed3si9n"
ThisBuild / organizationHomepage := Some(url("http://eed3si9n.com/"))
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / version := "0.1.1-SNAPSHOT"
ThisBuild / description := "utility to shade Scala libraries"
ThisBuild / licenses := Seq(
"Apache 2" -> new URL("https://www.apache.org/licenses/LICENSE-2.0.txt")
Expand Down

0 comments on commit e6bc7a6

Please # to comment.