From 56339df87bc28e3fff554b49930b447bb81b9f64 Mon Sep 17 00:00:00 2001 From: Samuel Chassot Date: Tue, 27 Sep 2022 09:53:05 +0200 Subject: [PATCH] remove forced version of silex --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 389796c..8345e89 100644 --- a/build.sbt +++ b/build.sbt @@ -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"))