Skip to content

Commit

Permalink
sbt version
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuncak committed Nov 22, 2024
1 parent f13df9e commit 7e285b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ lazy val silex = project
"org.scalatest" %% "scalatest" % "3.2.9" % Test,
),

// bintrayOrganization := Some("epfl-lara"),
// licenses += ("Apache-2.0", url("https://opensource.org/licenses/Apache-2.0")),
// bintrayPackageLabels := Seq(
// "scala", "lexer", "lexing"
// ),
bintrayOrganization := Some("epfl-lara"),
licenses += ("Apache-2.0", url("https://opensource.org/licenses/Apache-2.0")),
bintrayPackageLabels := Seq(
"scala", "lexer", "lexing"
),
)


2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.5
sbt.version=1.10.1

0 comments on commit 7e285b0

Please sign in to comment.