Skip to content

Commit

Permalink
Update version nmuber in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jun 5, 2024
1 parent d2fc351 commit 5ee9a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / version := "0.3.0-SNAPSHOT"
ThisBuild / version := "0.5.0-SNAPSHOT"

ThisBuild / scalaVersion := "3.5.0-RC1"

Expand Down Expand Up @@ -37,4 +37,4 @@ lazy val core = (project in file("src/core"))
lazy val test = (project in file("src/test"))
.settings(
name := "test"
).dependsOn(core)
).dependsOn(core)

0 comments on commit 5ee9a02

Please sign in to comment.