Skip to content

Commit 39d4f06

Browse files
authored
Update library version in build.sbt
1 parent e710e61 commit 39d4f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Compile / scalaSource := baseDirectory.value / "src/main/scala"
77
Test / scalaSource := baseDirectory.value / "src/test/scala"
88

99
ThisBuild / organization := "com.github.rameloni"
10-
ThisBuild / version := "0.1.0-SNAPSHOT"
10+
ThisBuild / version := "0.2.0-SNAPSHOT"
1111
ThisBuild / scalaVersion := "2.13.12"
1212

1313
enablePlugins(ScalafmtPlugin)

0 commit comments

Comments
 (0)