Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d0b1979

Browse files
committed
Bump version to 0.2
1 parent 1ff9bbd commit d0b1979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object BuildSettings {
66

77
val buildSettings = Defaults.coreDefaultSettings ++ Seq(
88
organization := "com.softwaremill.macmemo",
9-
version := "0.1",
9+
version := "0.2",
1010
scalacOptions ++= Seq(),
1111
scalaVersion := ScalaVersion,
1212
// Sonatype OSS deployment

0 commit comments

Comments
 (0)