diff --git a/README.md b/README.md index 1b29454..8a8f174 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ `scala-native-java-logging` is a BSD-licensed reimplementation of the `java.logging` API for Scala Native. It enables this API in Scala Native projects. -Ported from https://github.com/scala-js/scala-js-java-logging. +Ported from https://github.com/scala-js/scala-js-java-logging/tree/b166a058c85c6e3d1d305d84cb932efdc5c920af. ## Usage diff --git a/build.sbt b/build.sbt index 4260b38..eed9818 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ crossScalaVersions in ThisBuild := Seq("2.12.19", "2.13.14") scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head val commonSettings: Seq[Setting[_]] = Seq( - version := "1.0.1-SNAPSHOT", + version := "1.0.0-SNAPSHOT", organization := "org.scala-native", scalacOptions ++= Seq("-deprecation", "-feature"),