mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-21 10:16:00 -05:00
update version in sbt
This commit is contained in:
@@ -3,7 +3,7 @@ lazy val root = (project in file(".")).settings(
|
|||||||
List(
|
List(
|
||||||
organization := "com.example",
|
organization := "com.example",
|
||||||
scalaVersion := "3.1.1",
|
scalaVersion := "3.1.1",
|
||||||
version := "0.1.0-SNAPSHOT",
|
version := "0.2.0-beta",
|
||||||
semanticdbEnabled := true,
|
semanticdbEnabled := true,
|
||||||
semanticdbVersion := scalafixSemanticdb.revision
|
semanticdbVersion := scalafixSemanticdb.revision
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user