Skip to content

Commit

Permalink
fix some
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed May 23, 2022
1 parent 34ad462 commit 303173e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ lazy val protocVersion = "3.20.1"

lazy val commonSettings =
Seq(
organization := "org.bitlap",
startYear := Some(2022),
scalaVersion := scala213,
organization := "org.bitlap",
startYear := Some(2022),
scalaVersion := scala213,
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
Expand Down

0 comments on commit 303173e

Please sign in to comment.