Skip to content

Commit

Permalink
Updates to missinglink 0.2.11 (#50)
Browse files Browse the repository at this point in the history
Also updates scala version and sbt version

Co-authored-by: Peter Vendamere <[email protected]>
  • Loading branch information
vendamere and vendamere authored Jun 19, 2024
1 parent 2db77af commit 38a490e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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 := {
Expand Down
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.0

0 comments on commit 38a490e

Please sign in to comment.