Skip to content

Commit

Permalink
Update version setting (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 11, 2024
1 parent 7a37327 commit 0b93b1d
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 @@ -4,7 +4,7 @@ lazy val root = (project in file(".")).settings(
organization := "org.scalatra.sbt",
name := "sbt-scalatra",
sbtPlugin := true,
version := "1.0.4",
version := "1.0.5-SNAPSHOT",
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature"),
libraryDependencies += {
Defaults.sbtPluginExtra(
Expand Down

0 comments on commit 0b93b1d

Please sign in to comment.