Skip to content

Commit

Permalink
Merge pull request #986 from coursier/topic/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
alexarchambault committed Dec 7, 2018
2 parents 79c26cf + e081a57 commit 28bf8c3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion project/ScalaVersion.scala
@@ -1,7 +1,7 @@

object ScalaVersion {

def scala212 = "2.12.7"
def scala212 = "2.12.8"
def scala211 = "2.11.12"

val versions = Seq(scala212, scala211)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.2.3
sbt.version=1.2.7
2 changes: 1 addition & 1 deletion scripts/generate-launcher.sh
Expand Up @@ -10,7 +10,7 @@ OUTPUT="${OUTPUT:-"coursier"}"
SBTPACK_LAUNCHER="$(dirname "$0")/../modules/cli/target/pack/bin/coursier"

if [ ! -f "$SBTPACK_LAUNCHER" ]; then
sbt ++2.12.4 "project cli" pack
sbt scala212 "project cli" pack
fi

"$SBTPACK_LAUNCHER" bootstrap \
Expand Down
3 changes: 2 additions & 1 deletion scripts/generate-website.sh
Expand Up @@ -21,7 +21,8 @@ echo "Processing Markdown files"
# with
# sbt coreJVM/publishLocal cacheJVM/publishLocal
../coursier launch \
"com.geirsson:mdoc_$SCALA_VERSION:0.6.0" \
-r sonatype:releases \
"com.geirsson:mdoc_$SCALA_VERSION:0.7.0" \
"io.get-coursier:coursier-cache_2.12:$VERSION" \
-- \
--in ../doc/docs \
Expand Down
2 changes: 1 addition & 1 deletion scripts/relativize.sh
Expand Up @@ -5,5 +5,5 @@ coursier() {
"$(cd $(dirname "${BASH_SOURCE[0]}"); pwd)/../coursier" "$@"
}

coursier launch com.lihaoyi:ammonite_2.12.6:1.2.1 -M ammonite.Main -- \
coursier launch com.lihaoyi:ammonite_2.12.7:1.4.4 -M ammonite.Main -- \
"$(dirname "${BASH_SOURCE[0]}")/relativize.sc" "$@"

0 comments on commit 28bf8c3

Please sign in to comment.