From 03ed05c0fcb948237d66f032c4e530b2349404b9 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 11 Oct 2018 12:28:03 -0700 Subject: Enable the Migration Manager Plugin to check for ABI changes --- build.sbt | 1 + 1 file changed, 1 insertion(+) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 18ab657..d4b3470 100644 --- a/build.sbt +++ b/build.sbt @@ -10,6 +10,7 @@ scalacOptions in ThisBuild in (Compile, doc) ++= Seq( "-doc-source-url", s"https://github.com/drivergroup/driver-core/blob/master€{FILE_PATH}.scala" ) +abiVersion in ThisBuild := "2.0.0-M3" val mockito = "org.mockito" % "mockito-core" % "1.9.5" val scalatest = "org.scalatest" %% "scalatest" % "3.0.5" -- cgit v1.2.3