From afcf8141ab2c88cf8ed6379522b699c9a2b75096 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Apr 2022 20:09:43 +0200 Subject: [PATCH 1/3] Update scala3-library to 3.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9cfb96a..560fb49 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ lazy val root = project name := "blindsend", organization := "blindnet", version := "1.0.0", - scalaVersion := "3.1.0", + scalaVersion := "3.1.2", semanticdbEnabled := true, scalacOptions ++= Seq( "-language:postfixOps" From 0dbdc31a35591926bef0e5ef0611d5793cd80bb5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 Apr 2022 12:08:30 +0200 Subject: [PATCH 2/3] Revert commit(s) afcf814 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 560fb49..9cfb96a 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ lazy val root = project name := "blindsend", organization := "blindnet", version := "1.0.0", - scalaVersion := "3.1.2", + scalaVersion := "3.1.0", semanticdbEnabled := true, scalacOptions ++= Seq( "-language:postfixOps" From 012821265e36530c21afbae113927914babc7689 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 Apr 2022 12:08:35 +0200 Subject: [PATCH 3/3] Update scala3-library to 3.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bc5a053..6349817 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ lazy val root = project name := "blindsend", organization := "blindnet", version := "1.0.1", - scalaVersion := "3.1.0", + scalaVersion := "3.1.2", semanticdbEnabled := true, scalacOptions ++= Seq( "-language:postfixOps"