Skip to content

Commit

Permalink
Change version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjftw committed Jun 26, 2021
1 parent a4a3ecf commit 820b62b
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 @@ -5,7 +5,7 @@ lazy val root = (project in file("."))
.settings(
organization := "io.github.mjftw",
name := "scache",
version := "0.0.1-SNAPSHOT",
version := "0.1.0",
scalaVersion := "2.13.4",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % CatsEffectVersion,
Expand Down

0 comments on commit 820b62b

Please sign in to comment.