Skip to content

2.1.0 and 2.1.1 for Scala 2.12.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@adriaanm adriaanm released this 06 Aug 09:36
· 18 commits to 2.12.8 since this release
v2.1.0_2.12.9

We're no longer maintaining this plugin -- releases are provided as-is.

Released locally:

➜  paradise git:(2.12.8) java -version
java version "1.8.0_181"
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)

➜  paradise git:(2.12.8) g commit -a -m"2.12.9"
➜  paradise git:(2.12.8) g tag -s v2.1.0_2.12.9
➜  paradise git:(2.12.8) g show

commit 22a4cfa (HEAD -> 2.12.8, tag: v2.1.0_2.12.9)
Author: Adriaan Moors <[email protected]>
Date:   20 minutes ago

    2.12.9

diff --git a/build.sbt b/build.sbt
index 8e6c44d..4bb9629 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,5 +1,5 @@
 lazy val sharedSettings = Seq(
-  scalaVersion  := "2.12.8",
+  scalaVersion  := "2.12.9",
   scalaHome     := Option(System.getProperty("paradise.scala.home")).map(file(_)),
   scalacOptions ++= Seq("-deprecation", "-feature"),
   
➜  paradise git:(2.12.8) g push

➜  paradise git:(2.12.8) g push scalamacros v2.1.0_2.12.9

➜  paradise git:(2.12.8) export SONA_USER=☃️ SONA_PASS=🤷‍♂️

➜  paradise git:(2.12.8) sbt 'set version := "2.1.0"' 
  'set pgpSigningKey := Some(new java.math.BigInteger("C03EF1D7D692BCFF", 16).longValue)' 
  "set pgpPassphrase := Some(Array.empty)" 
  'set useGpg := true' 
  clean 
  publishSigned

➜  paradise git:(2.12.8) sbt 'set version := "2.1.1"' 
  'set pgpSigningKey := Some(new java.math.BigInteger("C03EF1D7D692BCFF", 16).longValue)' 
  "set pgpPassphrase := Some(Array.empty)" 
  'set useGpg := true' 
  clean 
  publishSigned
  
# go to https://oss.sonatype.org/#stagingRepositories and close + release