mirror of
https://github.com/typelevel/simulacrum.git
synced 2024-12-02 00:22:02 +03:00
Upgraded to 2.12.0-M5
This commit is contained in:
parent
ee60972bd0
commit
f14c373239
@ -27,7 +27,7 @@ lazy val commonSettings = Seq(
|
||||
scalacOptions in (Compile, console) ~= { _ filterNot { o => o == "-Ywarn-unused-import" || o == "-Xfatal-warnings" } },
|
||||
scalacOptions in (Test, console) := (scalacOptions in (Compile, console)).value,
|
||||
scalaVersion := "2.11.8",
|
||||
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0-M4"),
|
||||
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0-M5"),
|
||||
resolvers ++= Seq(
|
||||
Resolver.sonatypeRepo("releases"),
|
||||
Resolver.sonatypeRepo("snapshots")
|
||||
|
Loading…
Reference in New Issue
Block a user