Skip to content

Commit

Permalink
Update library version in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
rameloni authored Apr 12, 2024
1 parent e710e61 commit 39d4f06
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 @@ -7,7 +7,7 @@ Compile / scalaSource := baseDirectory.value / "src/main/scala"
Test / scalaSource := baseDirectory.value / "src/test/scala"

ThisBuild / organization := "com.github.rameloni"
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / version := "0.2.0-SNAPSHOT"
ThisBuild / scalaVersion := "2.13.12"

enablePlugins(ScalafmtPlugin)
Expand Down

0 comments on commit 39d4f06

Please sign in to comment.