We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce00be2 commit 3fc56e4Copy full SHA for 3fc56e4
sbt-gcs-plugin/build.sbt
@@ -8,7 +8,7 @@ homepage := Some( url( "http://latestbit.com" ) )
8
9
licenses += ( "Apache-2.0", url( "https://www.apache.org/licenses/LICENSE-2.0.html" ) )
10
11
-val sbtPluginScalaVersion = "2.12.18"
+val sbtPluginScalaVersion = "2.12.20"
12
13
libraryDependencies ++= Seq(
14
"org.scala-lang" % "scala-library" % scalaVersion.value,
0 commit comments