Skip to content

Commit

Permalink
remove forced version of silex
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot authored and vkuncak committed Oct 3, 2022
1 parent 6d3bee6 commit 56339df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ val commonSettings = Seq(
crossScalaVersions := Seq("3.0.1"),
organization := "ch.epfl.lara",
resolvers += "bintray-epfl-lara" at "https://dl.bintray.com/epfl-lara/maven",
scalaVersion in silex := "3.0.1",
)
lazy val silex = RootProject(uri("git://github.com/epfl-lara/silex.git"))

Expand Down

0 comments on commit 56339df

Please sign in to comment.