@@ -3,8 +3,8 @@ import Dependencies._
33inThisBuild(
44 List (
55 organization := " ai.kien" ,
6- homepage := Some (url(" https://github.com/kiendang/python-native-libs" )),
7- licenses := List (" BSD-3-Clause" -> url(" https://opensource.org/licenses/BSD-3-Clause" )),
6+ homepage := Some (url(" https://github.com/kiendang/python-native-libs" )),
7+ licenses := List (" BSD-3-Clause" -> url(" https://opensource.org/licenses/BSD-3-Clause" )),
88 developers := List (
99 Developer (
1010 " kiendang" ,
@@ -16,11 +16,11 @@ inThisBuild(
1616 )
1717)
1818
19- lazy val scala212 = " 2.12.14 "
20- lazy val scala213 = " 2.13.6 "
21- lazy val scala3 = " 3.0 .0"
19+ lazy val scala212 = " 2.12.15 "
20+ lazy val scala213 = " 2.13.7 "
21+ lazy val scala3 = " 3.1 .0"
2222
23- lazy val scalapyVersion = getProp(" plugin.scalapy.version" ).getOrElse(" 0.5.0 " )
23+ lazy val scalapyVersion = getProp(" plugin.scalapy.version" ).getOrElse(" 0.5.1 " )
2424
2525lazy val enableScripted = getProp(" plugin.ci" ).isDefined
2626
@@ -59,17 +59,17 @@ def scriptedSettings = if (enableScripted) {
5959lazy val root = (project in file(" ." ))
6060 .enablePlugins(scriptedPlugin : _* )
6161 .settings(
62- name := " Python Native Libs" ,
62+ name := " Python Native Libs" ,
6363 crossScalaVersions := Seq (scala212, scala213, scala3),
6464 libraryDependencies ++= Seq (
6565 scalaCollectionCompat,
6666 scalaTest % Test ,
6767 jimfs % Test
6868 ),
6969 sonatypeCredentialHost := " s01.oss.sonatype.org" ,
70- sonatypeRepository := " https://s01.oss.sonatype.org/service/local" ,
71- semanticdbEnabled := true ,
72- semanticdbVersion := scalafixSemanticdb.revision,
70+ sonatypeRepository := " https://s01.oss.sonatype.org/service/local" ,
71+ semanticdbEnabled := true ,
72+ semanticdbVersion := scalafixSemanticdb.revision,
7373 scalacOptions ++= warnUnusedImports(scalaVersion.value)
7474 )
7575 .settings(scriptedSettings)
0 commit comments