From 8265c143bb5f329f9d7279184816082549a72915 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 10 Jul 2018 19:56:57 +0200 Subject: [PATCH] Updates for 1.1.0-M5 --- README.md | 4 ++-- coursier | Bin 27832 -> 27833 bytes doc/readme/README.md | 4 ++-- project/project/project/plugins.sbt | 2 +- scripts/generate-launcher.sh | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 49e18b65e..5ee1b8257 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ libraryDependencies ++= Seq( ) ``` -Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.1.0-M4/README.md#api) of coursier instead. +Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.1.0-M5/README.md#api) of coursier instead. Add an import for coursier, ```scala @@ -438,7 +438,7 @@ libraryDependencies ++= Seq( ) ``` -Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.1.0-M4/README.md#api-1) of coursier instead. +Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.1.0-M5/README.md#api-1) of coursier instead. The first module, `"io.get-coursier" %% "coursier" % "1.0.3"`, mainly depends on `scalaz-core` (and only it, *not* `scalaz-concurrent` for example). It contains among others, diff --git a/coursier b/coursier index b0efafcbbae24425d427430ff2098bd70f373bdb..e7684f25cf0c9f3064053b132f767c910917c737 100755 GIT binary patch delta 948 zcmdmSlX2%w#tk}*9KYwi^7;L7de3ANMq{QflgXKk)0u%{lbM-Rz_b>V9GLcIQU%k+ zOqyVNK9ebk-kj+d%MNDj@?OIPW^A^(#sOxuS!qE;PKLJg2{CYRFn}!Eah>l?7b62h z4%6g|`jVSpSj=VwtL|})f-nNi3n7eS`t1;-U%Kss7_`ch7sBup^%Vo_y3TY2V%a?I zwVYs)dD@CB>>NPL1n0k+9G;?IztrTOqOr@1o}5L(a~ec$-ph+wS{?s?#jKq|m1@hR zujg}By}5GNYmG)qRaWJSC!)?4`YSH$vEJQ3QOnVM0e`Lj4Y8~n9~jp^|KC*YD0chU zVc!pj3z-7E**W|egj^FD7#O;NIKZ2kMFi+Yu(duw0XUeK6$Y_P>VMZ2Y53wi7<#Tzyb^$JLgjEK)##IpJoE4 z-O}{Hba@&$8YZt#vjp>Br@4Y@>ul-Ce(7?POR^Qg{Eu1EOdOn(`LeaZ+>@EoOxw99 zKg(1Da~px&2_lo{WojsZqDWpQy4Ht}fgwnWfk6fC5fEdq*yIiAvJxekIeN)CiN(ce zZk=oiG{{?Za#*GY*j#>~t-R`!b+Qb=<|giHJ0c8>`Whg1Mlm-_17z;x8gq@wTA4gx zy$u=CO!qW_E*6`-IYS666c02m!w~39vB`Yy9Fu2dK~$~;3Tv87-svgBkM5oi>C#M= zW|Mg{)W8l{k|-Kk&cVPiS&)Ij2*m-NK9d8|9l(ktVxmowIT;uVfQs}{6a|C=U1C8Z}$;?bDU|New4orJ9seSbg)q#y)<787nPMRZz7cQdW9I-` za}DV1@D%;}si&+{+BoJ;^et%;o}hI5cJJzv_pjwcjl-4BA1QhK%h$1g?yl%g(N-US zUH++ik~p5Tmfl*r;J0~@>I=3n3*WQecH)(`d+_y7e1ZOnq}vrcIO{C@0=(HdRMIoo zBrq^AbOUjKH#3U}&~IQ{eSiXRAU>Hb)r=YB7W-5U;csWp2Y>Kg6JlT#Vz6b4k>O?| z!^u^trV3Md*F?Gl^>_nufHxzP2!jX%D5&7kaX!@!9L@r1CSckL zY+F!JPo9@0%_J`}`C+EW9;@&fOW(OjFH)`a~zsQ)A~x4iS)( z6oJy=mSE}N3}LX7Zl_B#wOCL7k*)@|X~Chh)v`ca-T<)@icPUDlNB-zz_#!JeYVRL zY>Zu&C|I9mI;+eLpdNN+bZ=C9fE9LR34`@c1lrf_1r!pS9K*#i`Aj+wSpVj2(lx@s zV3^K}9->yhlLONsA({zv{;UwNhZkoE^1@OLI6Y1Nm~9SDE!sKKj3*|$=cp+F(~b{v g`T(X3B*33C*)LU0EWn$U4J0Z7gfD=s87Uwh06lI&2mk;8 diff --git a/doc/readme/README.md b/doc/readme/README.md index 5a237eba2..96cf2f289 100644 --- a/doc/readme/README.md +++ b/doc/readme/README.md @@ -134,7 +134,7 @@ libraryDependencies ++= Seq( ) ``` -Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.1.0-M4/README.md#api) of coursier instead. +Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.1.0-M5/README.md#api) of coursier instead. Add an import for coursier, ```scala @@ -465,7 +465,7 @@ libraryDependencies ++= Seq( ) ``` -Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.1.0-M4/README.md#api-1) of coursier instead. +Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.1.0-M5/README.md#api-1) of coursier instead. The first module, `"io.get-coursier" %% "coursier" % "1.0.3"`, mainly depends on `scalaz-core` (and only it, *not* `scalaz-concurrent` for example). It contains among others, diff --git a/project/project/project/plugins.sbt b/project/project/project/plugins.sbt index ac1023f7a..4445167d1 100644 --- a/project/project/project/plugins.sbt +++ b/project/project/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("io.get-coursier" % "sbt-coursier" % coursierVersion0) // important: this line is matched / substituted during releases (via sbt-release) -def coursierVersion0 = "1.1.0-M4" +def coursierVersion0 = "1.1.0-M5" // required for just released things resolvers += Resolver.sonatypeRepo("releases") diff --git a/scripts/generate-launcher.sh b/scripts/generate-launcher.sh index 573bc561a..dd501d407 100755 --- a/scripts/generate-launcher.sh +++ b/scripts/generate-launcher.sh @@ -1,7 +1,7 @@ #!/bin/bash # grepped and updated during releases -VERSION=1.1.0-M4 +VERSION=1.1.0-M5 ACTUAL_VERSION="${ACTUAL_VERSION:-"$VERSION"}" CACHE_VERSION=v1