diff --git a/build.sbt b/build.sbt index 96afc05..1a5f988 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ inThisBuild( Def.settings( - scalaVersion := "2.12.9", + scalaVersion := "2.12.19", organization := "ch.epfl.scala", homepage := Some(url("https://github.com/scalacenter/sbt-missinglink")), licenses += ("BSD New", @@ -21,7 +21,7 @@ lazy val `sbt-missinglink` = project .enablePlugins(SbtPlugin) .settings( libraryDependencies ++= Seq( - "com.spotify" % "missinglink-core" % "0.2.6" + "com.spotify" % "missinglink-core" % "0.2.11" ), // configuration fro scripted scriptedLaunchOpts := { diff --git a/project/build.properties b/project/build.properties index 10fd9ee..081fdbb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.5.5 +sbt.version=1.10.0